Color Hex Logo

#adddf5 Color Hex

#ADDDF5
(173,221,245)
0 Favorites   0 Comments

Color spaces of #adddf5

RGB 173221245
HSL0.560.780.82
HSV200°29°96°
CMYK 0.290.100.00   0.04
XYZ59.571567.189796.2154
Yxy67.18970.26720.3013
Hunter Lab81.9693-13.7208-12.2159
CIE-Lab85.5997-10.0350-16.7502

#adddf5 color RGB value is (173,221,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11110101
Octal 255 335 365
Decimal 173 221 245
Hex AD DD F5

RGB Percentages of Color #adddf5

%27.07
%34.59
%38.34

CMYK Percentages of Color #adddf5

%29
%10
%0
%4

Triadic Colors of #adddf5

#adddf5 #f5addd #ddf5ad

Analogous Colors of #adddf5

#adddf5 #adb9f5 #adf5e9

Monochromatic Colors of #adddf5

#adddf5

Complementary Color

#adddf5 #f5c5ad

#adddf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddf5 Color CSS Codes

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

#adddf5 Text Font Color

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

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


#adddf5 Background Color

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

This div background color is #adddf5


#adddf5 Border Color

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

This div border color is #adddf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddf5


Comments

No comments written yet.

Please login to write comment.