Color Hex Logo

#caf0fe Color Hex

#CAF0FE
(202,240,254)
0 Favorites   0 Comments

Color spaces of #caf0fe

RGB 202240254
HSL0.540.960.89
HSV196°20°100°
CMYK 0.200.060.00   0.00
XYZ73.406682.0325105.7308
Yxy82.03250.28110.3141
Hunter Lab90.5718-13.8300-5.8131
CIE-Lab92.5892-9.3145-10.8283

#caf0fe color RGB value is (202,240,254).

#caf0fe hex color red value is 202, green value is 240 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #caf0fe hue: 0.54 , saturation: 0.96 and the lightness value of caf0fe is 0.89.

The process color (four color CMYK) of #caf0fe color hex is 0.20, 0.06, 0.00, 0.00. Web safe color of #caf0fe is #ccffff. Color #caf0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 11111110
Octal 312 360 376
Decimal 202 240 254
Hex CA F0 FE

RGB Percentages of Color #caf0fe

%29.02
%34.48
%36.49

CMYK Percentages of Color #caf0fe

%20
%6
%0
%0

Triadic Colors of #caf0fe

#caf0fe #fecaf0 #f0feca

Analogous Colors of #caf0fe

#caf0fe #cad6fe #cafef2

Monochromatic Colors of #caf0fe

#caf0fe

Complementary Color

#caf0fe #fed8ca

#caf0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf0fe Color CSS Codes

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

#caf0fe Text Font Color

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

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


#caf0fe Background Color

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

This div background color is #caf0fe


#caf0fe Border Color

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

This div border color is #caf0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf0fe

Related Colors

#caf0fe Color Palettes


Comments

No comments written yet.

Please login to write comment.