Color Hex Logo

#adddef Color Hex

#ADDDEF
(173,221,239)
0 Favorites   0 Comments

Color spaces of #adddef

RGB 173221239
HSL0.550.670.81
HSV196°28°94°
CMYK 0.280.080.00   0.06
XYZ58.670066.829191.4684
Yxy66.82910.27040.3080
Hunter Lab81.7491-14.9543-9.1148
CIE-Lab85.4176-11.4196-13.8545

#adddef color RGB value is (173,221,239).

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

The process color (four color CMYK) of #adddef color hex is 0.28, 0.08, 0.00, 0.06. Web safe color of #adddef is #99ccff. Color #adddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11101111
Octal 255 335 357
Decimal 173 221 239
Hex AD DD EF

RGB Percentages of Color #adddef

%27.33
%34.91
%37.76

CMYK Percentages of Color #adddef

%28
%8
%0
%6

Triadic Colors of #adddef

#adddef #efaddd #ddefad

Analogous Colors of #adddef

#adddef #adbcef #adefe0

Monochromatic Colors of #adddef

#adddef

Complementary Color

#adddef #efbfad

#adddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddef Color CSS Codes

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

#adddef Text Font Color

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

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


#adddef Background Color

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

This div background color is #adddef


#adddef Border Color

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

This div border color is #adddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddef


Comments

No comments written yet.

Please login to write comment.