Color spaces of #230ace
RGB | 35 | 10 | 206 |
---|---|---|---|
HSL | 0.69 | 0.91 | 0.42 |
HSV | 248° | 95° | 81° |
CMYK | 0.83 | 0.95 | 0.00 0.19 |
XYZ | 11.9423 | 5.0306 | 58.7341 |
Yxy | 5.0306 | 0.1577 | 0.0664 |
Hunter Lab | 22.4290 | 55.7914 | -139.5605 |
CIE-Lab | 26.8218 | 65.8535 | -88.9765 |
#230ace color RGB value is (35,10,206).
#230ace hex color red value is 35, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #230ace hue: 0.69 , saturation: 0.91 and the lightness value of 230ace is 0.42.
The process color (four color CMYK) of #230ace color hex is 0.83, 0.95, 0.00, 0.19. Web safe color of #230ace is #3300cc. Color #230ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00001010 | 11001110 |
Octal | 43 | 12 | 316 |
Decimal | 35 | 10 | 206 |
Hex | 23 | A | CE |
Shades of #230ace
Tints of #230ace
RGB Percentages of Color #230ace
CMYK Percentages of Color #230ace
Complementary Color
#230ace | #b5ce0a |
#230ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#230ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#230ace Color CSS Codes
.mybgcolor {background-color:#230ace; } .myforecolor {color:#230ace; } .mybordercolor {border:3px solid #230ace; }
#230ace Text Font Color
<p style="color:#230ace">Text here</p>
This sample text font color is #230ace
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#230ace Background Color
<div style="background-color:#230ace">
Div content here</div>
This div background color is #230ace
#230ace Border Color
<div style="border:3px solid #230ace">
Div here</div>
This div border color is #230ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,10,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #230ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #230ace; -webkit-box-shadow: 1px 1px 3px 2px #230ace; box-shadow: 1px 1px 3px 2px #230ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,10,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #230ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #230ace; -webkit-box-shadow: 1px 1px 3px 2px #230ace; box-shadow: 1px 1px 3px 2px #230ace;">
Div content here</div>
This div box has shadow with color #230ace
Comments
No comments written yet.
Please login to write comment.