Color Hex Logo

#add4fe Color Hex

#ADD4FE
(173,212,254)
0 Favorites   0 Comments

Color spaces of #add4fe

RGB 173212254
HSL0.590.980.84
HSV211°32°100°
CMYK 0.320.170.00   0.00
XYZ58.666563.1270102.8586
Yxy63.12700.26110.2810
Hunter Lab79.4525-7.2402-21.1396
CIE-Lab83.5092-3.2022-24.6737

#add4fe color RGB value is (173,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 11111110
Octal 255 324 376
Decimal 173 212 254
Hex AD D4 FE

RGB Percentages of Color #add4fe

%27.07
%33.18
%39.75

CMYK Percentages of Color #add4fe

%32
%17
%0
%0

Triadic Colors of #add4fe

#add4fe #feadd4 #d4fead

Analogous Colors of #add4fe

#add4fe #afadfe #adfdfe

Monochromatic Colors of #add4fe

#add4fe

Complementary Color

#add4fe #fed7ad

#add4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#add4fe Color CSS Codes

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

#add4fe Text Font Color

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

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


#add4fe Background Color

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

This div background color is #add4fe


#add4fe Border Color

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

This div border color is #add4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.