Color spaces of #cbed47
RGB | 203 | 237 | 71 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.60 |
HSV | 72° | 70° | 93° |
CMYK | 0.14 | 0.00 | 0.70 0.07 |
XYZ | 56.0501 | 73.7198 | 17.2364 |
Yxy | 73.7198 | 0.3813 | 0.5015 |
Hunter Lab | 85.8602 | -33.7295 | 48.1997 |
CIE-Lab | 88.7899 | -32.3891 | 72.4810 |
#cbed47 color RGB value is (203,237,71).
#cbed47 hex color red value is 203, green value is 237 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cbed47 hue: 0.20 , saturation: 0.82 and the lightness value of cbed47 is 0.60.
The process color (four color CMYK) of #cbed47 color hex is 0.14, 0.00, 0.70, 0.07. Web safe color of #cbed47 is #ccff33. Color #cbed47 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101101 | 01000111 |
Octal | 313 | 355 | 107 |
Decimal | 203 | 237 | 71 |
Hex | CB | ED | 47 |
Shades of #cbed47
Tints of #cbed47
RGB Percentages of Color #cbed47
CMYK Percentages of Color #cbed47
Complementary Color
#cbed47 | #6947ed |
#cbed47 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbed47 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbed47 Color CSS Codes
.mybgcolor {background-color:#cbed47; } .myforecolor {color:#cbed47; } .mybordercolor {border:3px solid #cbed47; }
#cbed47 Text Font Color
<p style="color:#cbed47">Text here</p>
This sample text font color is #cbed47
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.
#cbed47 Background Color
<div style="background-color:#cbed47">
Div content here</div>
This div background color is #cbed47
#cbed47 Border Color
<div style="border:3px solid #cbed47">
Div here</div>
This div border color is #cbed47
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,237,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbed47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbed47; -webkit-box-shadow: 1px 1px 3px 2px #cbed47; box-shadow: 1px 1px 3px 2px #cbed47; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,237,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbed47">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbed47; -webkit-box-shadow: 1px 1px 3px 2px #cbed47; box-shadow: 1px 1px 3px 2px #cbed47;">
Div content here</div>
This div box has shadow with color #cbed47
Comments
No comments written yet.
Please login to write comment.