Color Hex Logo

#cae3ea Color Hex

#CAE3EA
(202,227,234)
0 Favorites   0 Comments

Color spaces of #cae3ea

RGB 202227234
HSL0.540.430.85
HSV193°14°92°
CMYK 0.140.030.00   0.08
XYZ66.677573.435288.5020
Yxy73.43520.29170.3212
Hunter Lab85.6943-11.0769-1.2465
CIE-Lab88.6549-6.8252-6.2104

#cae3ea color RGB value is (202,227,234).

#cae3ea hex color red value is 202, green value is 227 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cae3ea hue: 0.54 , saturation: 0.43 and the lightness value of cae3ea is 0.85.

The process color (four color CMYK) of #cae3ea color hex is 0.14, 0.03, 0.00, 0.08. Web safe color of #cae3ea is #ccccff. Color #cae3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 11101010
Octal 312 343 352
Decimal 202 227 234
Hex CA E3 EA

RGB Percentages of Color #cae3ea

%30.47
%34.24
%35.29

CMYK Percentages of Color #cae3ea

%14
%3
%0
%8

Triadic Colors of #cae3ea

#cae3ea #eacae3 #e3eaca

Analogous Colors of #cae3ea

#cae3ea #cad3ea #caeae1

Monochromatic Colors of #cae3ea

#cae3ea

Complementary Color

#cae3ea #ead1ca

#cae3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae3ea Color CSS Codes

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

#cae3ea Text Font Color

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

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


#cae3ea Background Color

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

This div background color is #cae3ea


#cae3ea Border Color

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

This div border color is #cae3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae3ea

#cae3ea Color Palettes


Comments

No comments written yet.

Please login to write comment.