Color Hex Logo

#cae3dd Color Hex

#CAE3DD
(202,227,221)
0 Favorites   0 Comments

Color spaces of #cae3dd

RGB 202227221
HSL0.460.310.84
HSV166°11°89°
CMYK 0.110.000.03   0.11
XYZ64.877472.715279.0226
Yxy72.71520.29950.3357
Hunter Lab85.2732-13.42214.7473
CIE-Lab88.3117-9.38060.1151

#cae3dd color RGB value is (202,227,221).

#cae3dd hex color red value is 202, green value is 227 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cae3dd hue: 0.46 , saturation: 0.31 and the lightness value of cae3dd is 0.84.

The process color (four color CMYK) of #cae3dd color hex is 0.11, 0.00, 0.03, 0.11. Web safe color of #cae3dd is #cccccc. Color #cae3dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11011101
Octal 312 343 335
Decimal 202 227 221
Hex CA E3 DD

RGB Percentages of Color #cae3dd

%31.08
%34.92
%34.00

CMYK Percentages of Color #cae3dd

%11
%0
%3
%11

Triadic Colors of #cae3dd

#cae3dd #ddcae3 #e3ddca

Analogous Colors of #cae3dd

#cae3dd #cadde3 #cae3d1

Monochromatic Colors of #cae3dd

#cae3dd

Complementary Color

#cae3dd #e3cad0

#cae3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3dd Color CSS Codes

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

#cae3dd Text Font Color

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

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


#cae3dd Background Color

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

This div background color is #cae3dd


#cae3dd Border Color

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

This div border color is #cae3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3dd


Comments

No comments written yet.

Please login to write comment.