Color Hex Logo

#cae39b Color Hex

#CAE39B
(202,227,155)
0 Favorites   0 Comments

Color spaces of #cae39b

RGB 202227155
HSL0.220.560.75
HSV81°32°89°
CMYK 0.110.000.32   0.11
XYZ57.742669.861341.4516
Yxy69.86130.34160.4132
Hunter Lab83.5831-22.955329.1043
CIE-Lab86.9288-20.188632.5116

#cae39b color RGB value is (202,227,155).

#cae39b hex color red value is 202, green value is 227 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cae39b hue: 0.22 , saturation: 0.56 and the lightness value of cae39b is 0.75.

The process color (four color CMYK) of #cae39b color hex is 0.11, 0.00, 0.32, 0.11. Web safe color of #cae39b is #cccc99. Color #cae39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 10011011
Octal 312 343 233
Decimal 202 227 155
Hex CA E3 9B

RGB Percentages of Color #cae39b

%34.59
%38.87
%26.54

CMYK Percentages of Color #cae39b

%11
%0
%32
%11

Triadic Colors of #cae39b

#cae39b #9bcae3 #e39bca

Analogous Colors of #cae39b

#cae39b #a6e39b #e3d89b

Monochromatic Colors of #cae39b

#cae39b

Complementary Color

#cae39b #b49be3

#cae39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae39b Color CSS Codes

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

#cae39b Text Font Color

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

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


#cae39b Background Color

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

This div background color is #cae39b


#cae39b Border Color

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

This div border color is #cae39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae39b


Comments

No comments written yet.

Please login to write comment.