Color Hex Logo

#adeecc Color Hex

#ADEECC
(173,238,204)
0 Favorites   0 Comments

Color spaces of #adeecc

RGB 173238204
HSL0.410.660.81
HSV149°27°93°
CMYK 0.270.000.14   0.07
XYZ58.707274.392968.3918
Yxy74.39290.29140.3692
Hunter Lab86.2513-29.443313.3627
CIE-Lab89.1078-27.23609.9386

#adeecc color RGB value is (173,238,204).

#adeecc hex color red value is 173, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #adeecc hue: 0.41 , saturation: 0.66 and the lightness value of adeecc is 0.81.

The process color (four color CMYK) of #adeecc color hex is 0.27, 0.00, 0.14, 0.07. Web safe color of #adeecc is #99ffcc. Color #adeecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11001100
Octal 255 356 314
Decimal 173 238 204
Hex AD EE CC

RGB Percentages of Color #adeecc

%28.13
%38.70
%33.17

CMYK Percentages of Color #adeecc

%27
%0
%14
%7

Triadic Colors of #adeecc

#adeecc #ccadee #eeccad

Analogous Colors of #adeecc

#adeecc #adeeed #afeead

Monochromatic Colors of #adeecc

#adeecc

Complementary Color

#adeecc #eeadcf

#adeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeecc Color CSS Codes

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

#adeecc Text Font Color

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

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


#adeecc Background Color

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

This div background color is #adeecc


#adeecc Border Color

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

This div border color is #adeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeecc


Comments

No comments written yet.

Please login to write comment.