Color Hex Logo

#cae7fb Color Hex

#CAE7FB
(202,231,251)
0 Favorites   0 Comments

Color spaces of #cae7fb

RGB 202231251
HSL0.570.860.89
HSV204°20°98°
CMYK 0.200.080.00   0.02
XYZ70.345676.6734102.3586
Yxy76.67340.28210.3075
Hunter Lab87.5633-9.8347-8.0137
CIE-Lab90.1711-5.3587-12.8691

#cae7fb color RGB value is (202,231,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 11111011
Octal 312 347 373
Decimal 202 231 251
Hex CA E7 FB

RGB Percentages of Color #cae7fb

%29.53
%33.77
%36.70

CMYK Percentages of Color #cae7fb

%20
%8
%0
%2

Triadic Colors of #cae7fb

#cae7fb #fbcae7 #e7fbca

Analogous Colors of #cae7fb

#cae7fb #cacffb #cafbf7

Monochromatic Colors of #cae7fb

#cae7fb

Complementary Color

#cae7fb #fbdeca

#cae7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae7fb Color CSS Codes

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

#cae7fb Text Font Color

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

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


#cae7fb Background Color

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

This div background color is #cae7fb


#cae7fb Border Color

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

This div border color is #cae7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae7fb


Comments

No comments written yet.

Please login to write comment.