Color Hex Logo

#caf8ff Color Hex

#CAF8FF
(202,248,255)
0 Favorites   0 Comments

Color spaces of #caf8ff

RGB 202248255
HSL0.521.000.90
HSV188°21°100°
CMYK 0.210.030.00   0.00
XYZ75.974586.9114107.3790
Yxy86.91140.28110.3216
Hunter Lab93.2263-17.6779-3.0324
CIE-Lab94.7007-13.1276-8.2116

#caf8ff color RGB value is (202,248,255).

#caf8ff hex color red value is 202, green value is 248 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #caf8ff hue: 0.52 , saturation: 1.00 and the lightness value of caf8ff is 0.90.

The process color (four color CMYK) of #caf8ff color hex is 0.21, 0.03, 0.00, 0.00. Web safe color of #caf8ff is #ccffff. Color #caf8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111000 11111111
Octal 312 370 377
Decimal 202 248 255
Hex CA F8 FF

RGB Percentages of Color #caf8ff

%28.65
%35.18
%36.17

CMYK Percentages of Color #caf8ff

%21
%3
%0
%0

Triadic Colors of #caf8ff

#caf8ff #ffcaf8 #f8ffca

Analogous Colors of #caf8ff

#caf8ff #cadeff #caffec

Monochromatic Colors of #caf8ff

#caf8ff

Complementary Color

#caf8ff #ffd1ca

#caf8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf8ff Color CSS Codes

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

#caf8ff Text Font Color

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

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


#caf8ff Background Color

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

This div background color is #caf8ff


#caf8ff Border Color

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

This div border color is #caf8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf8ff


Comments

No comments written yet.

Please login to write comment.