Color Hex Logo

#cae6eb Color Hex

#CAE6EB
(202,230,235)
0 Favorites   0 Comments

Color spaces of #cae6eb

RGB 202230235
HSL0.530.450.86
HSV189°14°92°
CMYK 0.140.020.00   0.08
XYZ67.649375.148389.5368
Yxy75.14830.29120.3234
Hunter Lab86.6881-12.4071-0.5567
CIE-Lab89.4624-8.1580-5.5428

#cae6eb color RGB value is (202,230,235).

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

The process color (four color CMYK) of #cae6eb color hex is 0.14, 0.02, 0.00, 0.08. Web safe color of #cae6eb is #ccffff. Color #cae6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11101011
Octal 312 346 353
Decimal 202 230 235
Hex CA E6 EB

RGB Percentages of Color #cae6eb

%30.28
%34.48
%35.23

CMYK Percentages of Color #cae6eb

%14
%2
%0
%8

Triadic Colors of #cae6eb

#cae6eb #ebcae6 #e6ebca

Analogous Colors of #cae6eb

#cae6eb #cad6eb #caebe0

Monochromatic Colors of #cae6eb

#cae6eb

Complementary Color

#cae6eb #ebcfca

#cae6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6eb Color CSS Codes

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

#cae6eb Text Font Color

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

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


#cae6eb Background Color

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

This div background color is #cae6eb


#cae6eb Border Color

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

This div border color is #cae6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6eb


Comments

No comments written yet.

Please login to write comment.