Color Hex Logo

#cae79b Color Hex

#CAE79B
(202,231,155)
0 Favorites   0 Comments

Color spaces of #cae79b

RGB 202231155
HSL0.230.610.76
HSV83°33°91°
CMYK 0.130.000.33   0.09
XYZ58.849472.074941.8205
Yxy72.07490.34070.4172
Hunter Lab84.8969-24.835930.2214
CIE-Lab88.0046-22.137333.9378

#cae79b color RGB value is (202,231,155).

#cae79b hex color red value is 202, green value is 231 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cae79b hue: 0.23 , saturation: 0.61 and the lightness value of cae79b is 0.76.

The process color (four color CMYK) of #cae79b color hex is 0.13, 0.00, 0.33, 0.09. Web safe color of #cae79b is #ccff99. Color #cae79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 10011011
Octal 312 347 233
Decimal 202 231 155
Hex CA E7 9B

RGB Percentages of Color #cae79b

%34.35
%39.29
%26.36

CMYK Percentages of Color #cae79b

%13
%0
%33
%9

Triadic Colors of #cae79b

#cae79b #9bcae7 #e79bca

Analogous Colors of #cae79b

#cae79b #a4e79b #e7de9b

Monochromatic Colors of #cae79b

#cae79b

Complementary Color

#cae79b #b89be7

#cae79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae79b Color CSS Codes

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

#cae79b Text Font Color

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

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


#cae79b Background Color

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

This div background color is #cae79b


#cae79b Border Color

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

This div border color is #cae79b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,231,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cae79b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae79b


Comments

No comments written yet.

Please login to write comment.