Color Hex Logo

#cad5fe Color Hex

#CAD5FE
(202,213,254)
0 Favorites   0 Comments

Color spaces of #cad5fe

RGB 202213254
HSL0.630.960.89
HSV227°20°100°
CMYK 0.200.160.00   0.00
XYZ66.040867.3008103.2756
Yxy67.30080.27910.2844
Hunter Lab82.03710.1297-17.2136
CIE-Lab85.65564.6840-21.2377

#cad5fe color RGB value is (202,213,254).

#cad5fe hex color red value is 202, green value is 213 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cad5fe hue: 0.63 , saturation: 0.96 and the lightness value of cad5fe is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 11111110
Octal 312 325 376
Decimal 202 213 254
Hex CA D5 FE

RGB Percentages of Color #cad5fe

%30.19
%31.84
%37.97

CMYK Percentages of Color #cad5fe

%20
%16
%0
%0

Triadic Colors of #cad5fe

#cad5fe #fecad5 #d5feca

Analogous Colors of #cad5fe

#cad5fe #d9cafe #caeffe

Monochromatic Colors of #cad5fe

#cad5fe

Complementary Color

#cad5fe #fef3ca

#cad5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad5fe Color CSS Codes

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

#cad5fe Text Font Color

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

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


#cad5fe Background Color

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

This div background color is #cad5fe


#cad5fe Border Color

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

This div border color is #cad5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad5fe

Related Colors

#cad5fe Color Palettes


Comments

No comments written yet.

Please login to write comment.