Color spaces of #cbfc55
RGB | 203 | 252 | 85 |
---|---|---|---|
HSL | 0.22 | 0.97 | 0.66 |
HSV | 78° | 66° | 99° |
CMYK | 0.19 | 0.00 | 0.66 0.01 |
XYZ | 61.0787 | 82.9732 | 21.3906 |
Yxy | 82.9732 | 0.3692 | 0.5015 |
Hunter Lab | 91.0896 | -39.7165 | 49.8397 |
CIE-Lab | 93.0027 | -38.3661 | 71.6702 |
#cbfc55 color RGB value is (203,252,85).
#cbfc55 hex color red value is 203, green value is 252 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbfc55 hue: 0.22 , saturation: 0.97 and the lightness value of cbfc55 is 0.66.
The process color (four color CMYK) of #cbfc55 color hex is 0.19, 0.00, 0.66, 0.01. Web safe color of #cbfc55 is #ccff66. Color #cbfc55 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111100 | 01010101 |
Octal | 313 | 374 | 125 |
Decimal | 203 | 252 | 85 |
Hex | CB | FC | 55 |
Shades of #cbfc55
Tints of #cbfc55
RGB Percentages of Color #cbfc55
CMYK Percentages of Color #cbfc55
Complementary Color
#cbfc55 | #8655fc |
#cbfc55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfc55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfc55 Color CSS Codes
.mybgcolor {background-color:#cbfc55; } .myforecolor {color:#cbfc55; } .mybordercolor {border:3px solid #cbfc55; }
#cbfc55 Text Font Color
<p style="color:#cbfc55">Text here</p>
This sample text font color is #cbfc55
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.
#cbfc55 Background Color
<div style="background-color:#cbfc55">
Div content here</div>
This div background color is #cbfc55
#cbfc55 Border Color
<div style="border:3px solid #cbfc55">
Div here</div>
This div border color is #cbfc55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,252,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfc55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfc55; -webkit-box-shadow: 1px 1px 3px 2px #cbfc55; box-shadow: 1px 1px 3px 2px #cbfc55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,252,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfc55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfc55; -webkit-box-shadow: 1px 1px 3px 2px #cbfc55; box-shadow: 1px 1px 3px 2px #cbfc55;">
Div content here</div>
This div box has shadow with color #cbfc55
Comments
No comments written yet.
Please login to write comment.