Color spaces of #cbea6b
RGB | 203 | 234 | 107 |
---|---|---|---|
HSL | 0.21 | 0.75 | 0.67 |
HSV | 75° | 54° | 92° |
CMYK | 0.13 | 0.00 | 0.54 0.08 |
XYZ | 56.7053 | 72.6037 | 24.9351 |
Yxy | 72.6037 | 0.3676 | 0.4707 |
Hunter Lab | 85.2078 | -30.3229 | 42.2949 |
CIE-Lab | 88.2584 | -28.4706 | 57.3937 |
#cbea6b color RGB value is (203,234,107).
#cbea6b hex color red value is 203, green value is 234 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cbea6b hue: 0.21 , saturation: 0.75 and the lightness value of cbea6b is 0.67.
The process color (four color CMYK) of #cbea6b color hex is 0.13, 0.00, 0.54, 0.08. Web safe color of #cbea6b is #ccff66. Color #cbea6b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101010 | 01101011 |
Octal | 313 | 352 | 153 |
Decimal | 203 | 234 | 107 |
Hex | CB | EA | 6B |
Shades of #cbea6b
Tints of #cbea6b
RGB Percentages of Color #cbea6b
CMYK Percentages of Color #cbea6b
Complementary Color
#cbea6b | #8a6bea |
#cbea6b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbea6b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbea6b Color CSS Codes
.mybgcolor {background-color:#cbea6b; } .myforecolor {color:#cbea6b; } .mybordercolor {border:3px solid #cbea6b; }
#cbea6b Text Font Color
<p style="color:#cbea6b">Text here</p>
This sample text font color is #cbea6b
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.
#cbea6b Background Color
<div style="background-color:#cbea6b">
Div content here</div>
This div background color is #cbea6b
#cbea6b Border Color
<div style="border:3px solid #cbea6b">
Div here</div>
This div border color is #cbea6b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,234,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbea6b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbea6b; -webkit-box-shadow: 1px 1px 3px 2px #cbea6b; box-shadow: 1px 1px 3px 2px #cbea6b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,234,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbea6b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbea6b; -webkit-box-shadow: 1px 1px 3px 2px #cbea6b; box-shadow: 1px 1px 3px 2px #cbea6b;">
Div content here</div>
This div box has shadow with color #cbea6b
Comments
No comments written yet.
Please login to write comment.