Color Hex Logo

#caf9fb Color Hex

#CAF9FB
(202,249,251)
0 Favorites   0 Comments

Color spaces of #caf9fb

RGB 202249251
HSL0.510.860.89
HSV182°20°98°
CMYK 0.200.010.00   0.02
XYZ75.645487.2730104.1252
Yxy87.27300.28330.3268
Hunter Lab93.4200-18.9474-0.6901
CIE-Lab94.8540-14.4594-5.9159

#caf9fb color RGB value is (202,249,251).

#caf9fb hex color red value is 202, green value is 249 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #caf9fb hue: 0.51 , saturation: 0.86 and the lightness value of caf9fb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 11111011
Octal 312 371 373
Decimal 202 249 251
Hex CA F9 FB

RGB Percentages of Color #caf9fb

%28.77
%35.47
%35.75

CMYK Percentages of Color #caf9fb

%20
%1
%0
%2

Triadic Colors of #caf9fb

#caf9fb #fbcaf9 #f9fbca

Analogous Colors of #caf9fb

#caf9fb #cae1fb #cafbe5

Monochromatic Colors of #caf9fb

#caf9fb

Complementary Color

#caf9fb #fbccca

#caf9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf9fb Color CSS Codes

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

#caf9fb Text Font Color

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

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


#caf9fb Background Color

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

This div background color is #caf9fb


#caf9fb Border Color

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

This div border color is #caf9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf9fb


Comments

No comments written yet.

Please login to write comment.