Color Hex Logo

#cad6fd Color Hex

#CAD6FD
(202,214,253)
0 Favorites   0 Comments

Color spaces of #cad6fd

RGB 202214253
HSL0.630.930.89
HSV226°20°99°
CMYK 0.200.150.00   0.01
XYZ66.133367.7415102.5183
Yxy67.74150.27980.2866
Hunter Lab82.3052-0.6071-16.2372
CIE-Lab85.87703.9363-20.3745

#cad6fd color RGB value is (202,214,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010110 11111101
Octal 312 326 375
Decimal 202 214 253
Hex CA D6 FD

RGB Percentages of Color #cad6fd

%30.19
%31.99
%37.82

CMYK Percentages of Color #cad6fd

%20
%15
%0
%1

Triadic Colors of #cad6fd

#cad6fd #fdcad6 #d6fdca

Analogous Colors of #cad6fd

#cad6fd #d8cafd #caf0fd

Monochromatic Colors of #cad6fd

#cad6fd

Complementary Color

#cad6fd #fdf1ca

#cad6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad6fd Color CSS Codes

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

#cad6fd Text Font Color

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

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


#cad6fd Background Color

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

This div background color is #cad6fd


#cad6fd Border Color

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

This div border color is #cad6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad6fd


Comments

No comments written yet.

Please login to write comment.