Color Hex Logo

#add6fe Color Hex

#ADD6FE
(173,214,254)
0 Favorites   0 Comments

Color spaces of #add6fe

RGB 173214254
HSL0.580.980.84
HSV210°32°100°
CMYK 0.320.160.00   0.00
XYZ59.169564.1331103.0263
Yxy64.13310.26140.2834
Hunter Lab80.0831-8.2606-20.2179
CIE-Lab84.0350-4.2556-23.8736

#add6fe color RGB value is (173,214,254).

#add6fe hex color red value is 173, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #add6fe hue: 0.58 , saturation: 0.98 and the lightness value of add6fe is 0.84.

The process color (four color CMYK) of #add6fe color hex is 0.32, 0.16, 0.00, 0.00. Web safe color of #add6fe is #99ccff. Color #add6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 11111110
Octal 255 326 376
Decimal 173 214 254
Hex AD D6 FE

RGB Percentages of Color #add6fe

%26.99
%33.39
%39.63

CMYK Percentages of Color #add6fe

%32
%16
%0
%0

Triadic Colors of #add6fe

#add6fe #feadd6 #d6fead

Analogous Colors of #add6fe

#add6fe #adaefe #adfefe

Monochromatic Colors of #add6fe

#add6fe

Complementary Color

#add6fe #fed5ad

#add6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#add6fe Color CSS Codes

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

#add6fe Text Font Color

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

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


#add6fe Background Color

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

This div background color is #add6fe


#add6fe Border Color

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

This div border color is #add6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add6fe


Comments

No comments written yet.

Please login to write comment.