Color Hex Logo

#cae86b Color Hex

#CAE86B
(202,232,107)
0 Favorites   0 Comments

Color spaces of #cae86b

RGB 202232107
HSL0.210.730.66
HSV74°54°91°
CMYK 0.130.000.54   0.09
XYZ55.867671.331324.7337
Yxy71.33130.36770.4695
Hunter Lab84.4579-29.726241.7573
CIE-Lab87.6457-27.912956.6677

#cae86b color RGB value is (202,232,107).

#cae86b hex color red value is 202, green value is 232 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cae86b hue: 0.21 , saturation: 0.73 and the lightness value of cae86b is 0.66.

The process color (four color CMYK) of #cae86b color hex is 0.13, 0.00, 0.54, 0.09. Web safe color of #cae86b is #ccff66. Color #cae86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01101011
Octal 312 350 153
Decimal 202 232 107
Hex CA E8 6B

RGB Percentages of Color #cae86b

%37.34
%42.88
%19.78

CMYK Percentages of Color #cae86b

%13
%0
%54
%9

Triadic Colors of #cae86b

#cae86b #6bcae8 #e86bca

Analogous Colors of #cae86b

#cae86b #8ce86b #e8c86b

Monochromatic Colors of #cae86b

#cae86b

Complementary Color

#cae86b #896be8

#cae86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae86b Color CSS Codes

.mybgcolor {background-color:#cae86b; } 
.myforecolor {color:#cae86b; }
.mybordercolor {border:3px solid #cae86b; }

#cae86b Text Font Color

<p style="color:#cae86b">Text here</p>

This sample text font color is #cae86b
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.


#cae86b Background Color

<div style="background-color:#cae86b">
Div content here</div>

This div background color is #cae86b


#cae86b Border Color

<div style="border:3px solid #cae86b">
Div here</div>

This div border color is #cae86b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,232,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cae86b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cae86b;
  -webkit-box-shadow: 1px 1px 3px 2px #cae86b;
  box-shadow:         1px 1px 3px 2px #cae86b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,232,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 #cae86b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cae86b;
  -webkit-box-shadow: 1px 1px 3px 2px #cae86b;
  box-shadow:         1px 1px 3px 2px #cae86b;">
Div content here</div>

This div box has shadow with color #cae86b


Comments

No comments written yet.

Please login to write comment.