Color Hex Logo

#caecb0 Color Hex

#CAECB0
(202,236,176)
0 Favorites   0 Comments

Color spaces of #caecb0

RGB 202236176
HSL0.260.610.81
HSV94°25°93°
CMYK 0.140.000.25   0.07
XYZ62.189075.682152.4047
Yxy75.68210.32680.3977
Hunter Lab86.9955-24.640725.1815
CIE-Lab89.7115-21.581225.5260

#caecb0 color RGB value is (202,236,176).

#caecb0 hex color red value is 202, green value is 236 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #caecb0 hue: 0.26 , saturation: 0.61 and the lightness value of caecb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101100 10110000
Octal 312 354 260
Decimal 202 236 176
Hex CA EC B0

RGB Percentages of Color #caecb0

%32.90
%38.44
%28.66

CMYK Percentages of Color #caecb0

%14
%0
%25
%7

Triadic Colors of #caecb0

#caecb0 #b0caec #ecb0ca

Analogous Colors of #caecb0

#caecb0 #b0ecb4 #e8ecb0

Monochromatic Colors of #caecb0

#caecb0

Complementary Color

#caecb0 #d2b0ec

#caecb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caecb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caecb0 Color CSS Codes

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

#caecb0 Text Font Color

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

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


#caecb0 Background Color

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

This div background color is #caecb0


#caecb0 Border Color

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

This div border color is #caecb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caecb0

#caecb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.