Color Hex Logo

#adddf4 Color Hex

#ADDDF4
(173,221,244)
0 Favorites   0 Comments

Color spaces of #adddf4

RGB 173221244
HSL0.550.760.82
HSV199°29°96°
CMYK 0.290.090.00   0.04
XYZ59.419267.128895.4134
Yxy67.12880.26770.3024
Hunter Lab81.9322-13.9288-11.6931
CIE-Lab85.5689-10.2676-16.2684

#adddf4 color RGB value is (173,221,244).

#adddf4 hex color red value is 173, green value is 221 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #adddf4 hue: 0.55 , saturation: 0.76 and the lightness value of adddf4 is 0.82.

The process color (four color CMYK) of #adddf4 color hex is 0.29, 0.09, 0.00, 0.04. Web safe color of #adddf4 is #99ccff. Color #adddf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11110100
Octal 255 335 364
Decimal 173 221 244
Hex AD DD F4

RGB Percentages of Color #adddf4

%27.12
%34.64
%38.24

CMYK Percentages of Color #adddf4

%29
%9
%0
%4

Triadic Colors of #adddf4

#adddf4 #f4addd #ddf4ad

Analogous Colors of #adddf4

#adddf4 #adbaf4 #adf4e8

Monochromatic Colors of #adddf4

#adddf4

Complementary Color

#adddf4 #f4c4ad

#adddf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddf4 Color CSS Codes

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

#adddf4 Text Font Color

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

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


#adddf4 Background Color

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

This div background color is #adddf4


#adddf4 Border Color

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

This div border color is #adddf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddf4


Comments

No comments written yet.

Please login to write comment.