Color Hex Logo

#cae5ef Color Hex

#CAE5EF
(202,229,239)
0 Favorites   0 Comments

Color spaces of #cae5ef

RGB 202229239
HSL0.550.540.86
HSV196°15°94°
CMYK 0.150.040.00   0.06
XYZ67.956474.827292.5228
Yxy74.82720.28880.3180
Hunter Lab86.5027-11.1504-2.8643
CIE-Lab89.3120-6.8351-7.8623

#cae5ef color RGB value is (202,229,239).

#cae5ef hex color red value is 202, green value is 229 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cae5ef hue: 0.55 , saturation: 0.54 and the lightness value of cae5ef is 0.86.

The process color (four color CMYK) of #cae5ef color hex is 0.15, 0.04, 0.00, 0.06. Web safe color of #cae5ef is #ccccff. Color #cae5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 11101111
Octal 312 345 357
Decimal 202 229 239
Hex CA E5 EF

RGB Percentages of Color #cae5ef

%30.15
%34.18
%35.67

CMYK Percentages of Color #cae5ef

%15
%4
%0
%6

Triadic Colors of #cae5ef

#cae5ef #efcae5 #e5efca

Analogous Colors of #cae5ef

#cae5ef #cad3ef #caefe7

Monochromatic Colors of #cae5ef

#cae5ef

Complementary Color

#cae5ef #efd4ca

#cae5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae5ef Color CSS Codes

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

#cae5ef Text Font Color

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

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


#cae5ef Background Color

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

This div background color is #cae5ef


#cae5ef Border Color

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

This div border color is #cae5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae5ef


Comments

No comments written yet.

Please login to write comment.