Color Hex Logo

#caec9b Color Hex

#CAEC9B
(202,236,155)
0 Favorites   0 Comments

Color spaces of #caec9b

RGB 202236155
HSL0.240.680.77
HSV85°34°93°
CMYK 0.140.000.34   0.07
XYZ60.269074.914042.2937
Yxy74.91400.33960.4221
Hunter Lab86.5529-27.173431.6152
CIE-Lab89.3527-24.548435.7157

#caec9b color RGB value is (202,236,155).

#caec9b hex color red value is 202, green value is 236 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #caec9b hue: 0.24 , saturation: 0.68 and the lightness value of caec9b is 0.77.

The process color (four color CMYK) of #caec9b color hex is 0.14, 0.00, 0.34, 0.07. Web safe color of #caec9b is #ccff99. Color #caec9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101100 10011011
Octal 312 354 233
Decimal 202 236 155
Hex CA EC 9B

RGB Percentages of Color #caec9b

%34.06
%39.80
%26.14

CMYK Percentages of Color #caec9b

%14
%0
%34
%7

Triadic Colors of #caec9b

#caec9b #9bcaec #ec9bca

Analogous Colors of #caec9b

#caec9b #a2ec9b #ece69b

Monochromatic Colors of #caec9b

#caec9b

Complementary Color

#caec9b #bd9bec

#caec9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caec9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caec9b Color CSS Codes

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

#caec9b Text Font Color

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

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


#caec9b Background Color

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

This div background color is #caec9b


#caec9b Border Color

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

This div border color is #caec9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caec9b


Comments

No comments written yet.

Please login to write comment.