Color Hex Logo

#add4fc Color Hex

#ADD4FC
(173,212,252)
0 Favorites   0 Comments

Color spaces of #add4fc

RGB 173212252
HSL0.580.930.83
HSV210°31°99°
CMYK 0.310.160.00   0.01
XYZ58.347862.9995101.1803
Yxy62.99950.26220.2831
Hunter Lab79.3722-7.6832-20.0198
CIE-Lab83.4421-3.6855-23.7161

#add4fc color RGB value is (173,212,252).

#add4fc hex color red value is 173, green value is 212 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #add4fc hue: 0.58 , saturation: 0.93 and the lightness value of add4fc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 11111100
Octal 255 324 374
Decimal 173 212 252
Hex AD D4 FC

RGB Percentages of Color #add4fc

%27.16
%33.28
%39.56

CMYK Percentages of Color #add4fc

%31
%16
%0
%1

Triadic Colors of #add4fc

#add4fc #fcadd4 #d4fcad

Analogous Colors of #add4fc

#add4fc #aeadfc #adfcfc

Monochromatic Colors of #add4fc

#add4fc

Complementary Color

#add4fc #fcd5ad

#add4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#add4fc Color CSS Codes

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

#add4fc Text Font Color

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

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


#add4fc Background Color

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

This div background color is #add4fc


#add4fc Border Color

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

This div border color is #add4fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,212,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add4fc


Comments

No comments written yet.

Please login to write comment.