Color Hex Logo

#caf5ff Color Hex

#CAF5FF
(202,245,255)
0 Favorites   0 Comments

Color spaces of #caf5ff

RGB 202245255
HSL0.531.000.90
HSV191°21°100°
CMYK 0.210.040.00   0.00
XYZ75.059585.0814107.0740
Yxy85.08140.28090.3184
Hunter Lab92.2396-16.1658-4.2576
CIE-Lab93.9182-11.6252-9.3721

#caf5ff color RGB value is (202,245,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 11111111
Octal 312 365 377
Decimal 202 245 255
Hex CA F5 FF

RGB Percentages of Color #caf5ff

%28.77
%34.90
%36.32

CMYK Percentages of Color #caf5ff

%21
%4
%0
%0

Triadic Colors of #caf5ff

#caf5ff #ffcaf5 #f5ffca

Analogous Colors of #caf5ff

#caf5ff #cadbff #caffef

Monochromatic Colors of #caf5ff

#caf5ff

Complementary Color

#caf5ff #ffd4ca

#caf5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf5ff Color CSS Codes

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

#caf5ff Text Font Color

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

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


#caf5ff Background Color

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

This div background color is #caf5ff


#caf5ff Border Color

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

This div border color is #caf5ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,245,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 #caf5ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf5ff

Related Colors

#caf5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.