Color Hex Logo

#caf8fd Color Hex

#CAF8FD
(202,248,253)
0 Favorites   0 Comments

Color spaces of #caf8fd

RGB 202248253
HSL0.520.930.89
HSV186°20°99°
CMYK 0.200.020.00   0.01
XYZ75.654186.7832105.6919
Yxy86.78320.28220.3237
Hunter Lab93.1575-18.0641-2.0573
CIE-Lab94.6462-13.5461-7.2574

#caf8fd color RGB value is (202,248,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111000 11111101
Octal 312 370 375
Decimal 202 248 253
Hex CA F8 FD

RGB Percentages of Color #caf8fd

%28.73
%35.28
%35.99

CMYK Percentages of Color #caf8fd

%20
%2
%0
%1

Triadic Colors of #caf8fd

#caf8fd #fdcaf8 #f8fdca

Analogous Colors of #caf8fd

#caf8fd #cadffd #cafde9

Monochromatic Colors of #caf8fd

#caf8fd

Complementary Color

#caf8fd #fdcfca

#caf8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf8fd Color CSS Codes

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

#caf8fd Text Font Color

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

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


#caf8fd Background Color

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

This div background color is #caf8fd


#caf8fd Border Color

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

This div border color is #caf8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf8fd

Related Colors


Comments

No comments written yet.

Please login to write comment.