Color Hex Logo

#caebcc Color Hex

#CAEBCC
(202,235,204)
0 Favorites   0 Comments

Color spaces of #caebcc

RGB 202235204
HSL0.340.450.86
HSV124°14°92°
CMYK 0.140.000.13   0.08
XYZ64.964576.332968.4365
Yxy76.33290.30970.3640
Hunter Lab87.3687-20.168514.7158
CIE-Lab90.0137-16.519811.4631

#caebcc color RGB value is (202,235,204).

#caebcc hex color red value is 202, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #caebcc hue: 0.34 , saturation: 0.45 and the lightness value of caebcc is 0.86.

The process color (four color CMYK) of #caebcc color hex is 0.14, 0.00, 0.13, 0.08. Web safe color of #caebcc is #ccffcc. Color #caebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11001100
Octal 312 353 314
Decimal 202 235 204
Hex CA EB CC

RGB Percentages of Color #caebcc

%31.51
%36.66
%31.83

CMYK Percentages of Color #caebcc

%14
%0
%13
%8

Triadic Colors of #caebcc

#caebcc #cccaeb #ebccca

Analogous Colors of #caebcc

#caebcc #caebdd #d9ebca

Monochromatic Colors of #caebcc

#caebcc

Complementary Color

#caebcc #ebcae9

#caebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebcc Color CSS Codes

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

#caebcc Text Font Color

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

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


#caebcc Background Color

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

This div background color is #caebcc


#caebcc Border Color

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

This div border color is #caebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebcc


Comments

No comments written yet.

Please login to write comment.