Color Hex Logo

#caf9ec Color Hex

#CAF9EC
(202,249,236)
0 Favorites   0 Comments

Color spaces of #caf9ec

RGB 202249236
HSL0.450.800.88
HSV163°19°98°
CMYK 0.190.000.05   0.02
XYZ73.373186.364092.1596
Yxy86.36400.29130.3429
Hunter Lab92.9322-21.69976.2555
CIE-Lab94.4678-17.48151.2752

#caf9ec color RGB value is (202,249,236).

#caf9ec hex color red value is 202, green value is 249 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #caf9ec hue: 0.45 , saturation: 0.80 and the lightness value of caf9ec is 0.88.

The process color (four color CMYK) of #caf9ec color hex is 0.19, 0.00, 0.05, 0.02. Web safe color of #caf9ec is #ccffff. Color #caf9ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 11101100
Octal 312 371 354
Decimal 202 249 236
Hex CA F9 EC

RGB Percentages of Color #caf9ec

%29.40
%36.24
%34.35

CMYK Percentages of Color #caf9ec

%19
%0
%5
%2

Triadic Colors of #caf9ec

#caf9ec #eccaf9 #f9ecca

Analogous Colors of #caf9ec

#caf9ec #caeff9 #caf9d5

Monochromatic Colors of #caf9ec

#caf9ec

Complementary Color

#caf9ec #f9cad7

#caf9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf9ec Color CSS Codes

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

#caf9ec Text Font Color

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

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


#caf9ec Background Color

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

This div background color is #caf9ec


#caf9ec Border Color

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

This div border color is #caf9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf9ec


Comments

No comments written yet.

Please login to write comment.