Color spaces of #cbf371
RGB | 203 | 243 | 113 |
---|---|---|---|
HSL | 0.22 | 0.84 | 0.70 |
HSV | 78° | 53° | 95° |
CMYK | 0.16 | 0.00 | 0.53 0.05 |
XYZ | 59.6598 | 77.9899 | 27.5319 |
Yxy | 77.9899 | 0.3612 | 0.4721 |
Hunter Lab | 88.3119 | -33.9587 | 43.3342 |
CIE-Lab | 90.7753 | -32.1325 | 57.6250 |
#cbf371 color RGB value is (203,243,113).
#cbf371 hex color red value is 203, green value is 243 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cbf371 hue: 0.22 , saturation: 0.84 and the lightness value of cbf371 is 0.70.
The process color (four color CMYK) of #cbf371 color hex is 0.16, 0.00, 0.53, 0.05. Web safe color of #cbf371 is #ccff66. Color #cbf371 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11110011 | 01110001 |
Octal | 313 | 363 | 161 |
Decimal | 203 | 243 | 113 |
Hex | CB | F3 | 71 |
Shades of #cbf371
Tints of #cbf371
RGB Percentages of Color #cbf371
CMYK Percentages of Color #cbf371
Complementary Color
#cbf371 | #9971f3 |
#cbf371 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbf371 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbf371 Color CSS Codes
.mybgcolor {background-color:#cbf371; } .myforecolor {color:#cbf371; } .mybordercolor {border:3px solid #cbf371; }
#cbf371 Text Font Color
<p style="color:#cbf371">Text here</p>
This sample text font color is #cbf371
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.
#cbf371 Background Color
<div style="background-color:#cbf371">
Div content here</div>
This div background color is #cbf371
#cbf371 Border Color
<div style="border:3px solid #cbf371">
Div here</div>
This div border color is #cbf371
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,243,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbf371; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbf371; -webkit-box-shadow: 1px 1px 3px 2px #cbf371; box-shadow: 1px 1px 3px 2px #cbf371; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,243,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbf371">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbf371; -webkit-box-shadow: 1px 1px 3px 2px #cbf371; box-shadow: 1px 1px 3px 2px #cbf371;">
Div content here</div>
This div box has shadow with color #cbf371
Comments
No comments written yet.
Please login to write comment.