Color Hex Logo

#cae4fb Color Hex

#CAE4FB
(202,228,251)
0 Favorites   0 Comments

Color spaces of #cae4fb

RGB 202228251
HSL0.580.860.89
HSV208°20°98°
CMYK 0.200.090.00   0.02
XYZ69.513175.0084102.0811
Yxy75.00840.28190.3042
Hunter Lab86.6074-8.2947-9.2579
CIE-Lab89.3969-3.8131-14.0266

#cae4fb color RGB value is (202,228,251).

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

The process color (four color CMYK) of #cae4fb color hex is 0.20, 0.09, 0.00, 0.02. Web safe color of #cae4fb is #ccccff. Color #cae4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 11111011
Octal 312 344 373
Decimal 202 228 251
Hex CA E4 FB

RGB Percentages of Color #cae4fb

%29.66
%33.48
%36.86

CMYK Percentages of Color #cae4fb

%20
%9
%0
%2

Triadic Colors of #cae4fb

#cae4fb #fbcae4 #e4fbca

Analogous Colors of #cae4fb

#cae4fb #caccfb #cafbfa

Monochromatic Colors of #cae4fb

#cae4fb

Complementary Color

#cae4fb #fbe1ca

#cae4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae4fb Color CSS Codes

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

#cae4fb Text Font Color

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

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


#cae4fb Background Color

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

This div background color is #cae4fb


#cae4fb Border Color

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

This div border color is #cae4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae4fb

Related Colors

#cae4fb Color Palettes


Comments

No comments written yet.

Please login to write comment.