Color Hex Logo

#caf3ea Color Hex

#CAF3EA
(202,243,234)
0 Favorites   0 Comments

Color spaces of #caf3ea

RGB 202243234
HSL0.460.630.87
HSV167°17°95°
CMYK 0.170.000.04   0.05
XYZ71.259082.598390.0292
Yxy82.59830.29220.3387
Hunter Lab90.8836-19.09004.8859
CIE-Lab92.8383-14.9062-0.0651

#caf3ea color RGB value is (202,243,234).

#caf3ea hex color red value is 202, green value is 243 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #caf3ea hue: 0.46 , saturation: 0.63 and the lightness value of caf3ea is 0.87.

The process color (four color CMYK) of #caf3ea color hex is 0.17, 0.00, 0.04, 0.05. Web safe color of #caf3ea is #ccffff. Color #caf3ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110011 11101010
Octal 312 363 352
Decimal 202 243 234
Hex CA F3 EA

RGB Percentages of Color #caf3ea

%29.75
%35.79
%34.46

CMYK Percentages of Color #caf3ea

%17
%0
%4
%5

Triadic Colors of #caf3ea

#caf3ea #eacaf3 #f3eaca

Analogous Colors of #caf3ea

#caf3ea #cae8f3 #caf3d6

Monochromatic Colors of #caf3ea

#caf3ea

Complementary Color

#caf3ea #f3cad3

#caf3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf3ea Color CSS Codes

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

#caf3ea Text Font Color

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

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


#caf3ea Background Color

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

This div background color is #caf3ea


#caf3ea Border Color

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

This div border color is #caf3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,243,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 #caf3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf3ea


Comments

No comments written yet.

Please login to write comment.