Color Hex Logo

#caf9ed Color Hex

#CAF9ED
(202,249,237)
0 Favorites   0 Comments

Color spaces of #caf9ed

RGB 202249237
HSL0.460.800.88
HSV165°19°98°
CMYK 0.190.000.05   0.02
XYZ73.518986.422392.9271
Yxy86.42230.29070.3418
Hunter Lab92.9636-21.52225.8078
CIE-Lab94.4926-17.28500.7943

#caf9ed color RGB value is (202,249,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 11101101
Octal 312 371 355
Decimal 202 249 237
Hex CA F9 ED

RGB Percentages of Color #caf9ed

%29.36
%36.19
%34.45

CMYK Percentages of Color #caf9ed

%19
%0
%5
%2

Triadic Colors of #caf9ed

#caf9ed #edcaf9 #f9edca

Analogous Colors of #caf9ed

#caf9ed #caeef9 #caf9d6

Monochromatic Colors of #caf9ed

#caf9ed

Complementary Color

#caf9ed #f9cad6

#caf9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf9ed Color CSS Codes

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

#caf9ed Text Font Color

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

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


#caf9ed Background Color

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

This div background color is #caf9ed


#caf9ed Border Color

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

This div border color is #caf9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf9ed


Comments

No comments written yet.

Please login to write comment.