Color Hex Logo

#cae6fb Color Hex

#CAE6FB
(202,230,251)
0 Favorites   0 Comments

Color spaces of #cae6fb

RGB 202230251
HSL0.570.860.89
HSV206°20°98°
CMYK 0.200.080.00   0.02
XYZ70.066576.1152102.2656
Yxy76.11520.28200.3064
Hunter Lab87.2440-9.3220-8.4277
CIE-Lab89.9128-4.8444-13.2551

#cae6fb color RGB value is (202,230,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11111011
Octal 312 346 373
Decimal 202 230 251
Hex CA E6 FB

RGB Percentages of Color #cae6fb

%29.58
%33.67
%36.75

CMYK Percentages of Color #cae6fb

%20
%8
%0
%2

Triadic Colors of #cae6fb

#cae6fb #fbcae6 #e6fbca

Analogous Colors of #cae6fb

#cae6fb #cacefb #cafbf8

Monochromatic Colors of #cae6fb

#cae6fb

Complementary Color

#cae6fb #fbdfca

#cae6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6fb Color CSS Codes

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

#cae6fb Text Font Color

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

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


#cae6fb Background Color

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

This div background color is #cae6fb


#cae6fb Border Color

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

This div border color is #cae6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6fb


Comments

No comments written yet.

Please login to write comment.