Color spaces of #23cafc
RGB | 35 | 202 | 252 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.56 |
HSV | 194° | 86° | 99° |
CMYK | 0.86 | 0.20 | 0.00 0.01 |
XYZ | 39.3844 | 49.6267 | 99.5986 |
Yxy | 49.6267 | 0.2088 | 0.2631 |
Hunter Lab | 70.4462 | -23.4868 | -34.5133 |
CIE-Lab | 75.8396 | -23.0979 | -35.8016 |
#23cafc color RGB value is (35,202,252).
#23cafc hex color red value is 35, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #23cafc hue: 0.54 , saturation: 0.97 and the lightness value of 23cafc is 0.56.
The process color (four color CMYK) of #23cafc color hex is 0.86, 0.20, 0.00, 0.01. Web safe color of #23cafc is #33ccff. Color #23cafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 11001010 | 11111100 |
Octal | 43 | 312 | 374 |
Decimal | 35 | 202 | 252 |
Hex | 23 | CA | FC |
Shades of #23cafc
Tints of #23cafc
RGB Percentages of Color #23cafc
CMYK Percentages of Color #23cafc
Complementary Color
#23cafc | #fc5523 |
#23cafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23cafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#23cafc Color CSS Codes
.mybgcolor {background-color:#23cafc; } .myforecolor {color:#23cafc; } .mybordercolor {border:3px solid #23cafc; }
#23cafc Text Font Color
<p style="color:#23cafc">Text here</p>
This sample text font color is #23cafc
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.
#23cafc Background Color
<div style="background-color:#23cafc">
Div content here</div>
This div background color is #23cafc
#23cafc Border Color
<div style="border:3px solid #23cafc">
Div here</div>
This div border color is #23cafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,202,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23cafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23cafc; -webkit-box-shadow: 1px 1px 3px 2px #23cafc; box-shadow: 1px 1px 3px 2px #23cafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,202,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23cafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23cafc; -webkit-box-shadow: 1px 1px 3px 2px #23cafc; box-shadow: 1px 1px 3px 2px #23cafc;">
Div content here</div>
This div box has shadow with color #23cafc
Comments
No comments written yet.
Please login to write comment.