Color Hex Logo

#adedcc Color Hex

#ADEDCC
(173,237,204)
0 Favorites   0 Comments

Color spaces of #adedcc

RGB 173237204
HSL0.410.640.80
HSV149°27°93°
CMYK 0.270.000.14   0.07
XYZ58.416973.812268.2950
Yxy73.81220.29130.3681
Hunter Lab85.9140-28.979213.0089
CIE-Lab88.8336-26.75729.5467

#adedcc color RGB value is (173,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11001100
Octal 255 355 314
Decimal 173 237 204
Hex AD ED CC

RGB Percentages of Color #adedcc

%28.18
%38.60
%33.22

CMYK Percentages of Color #adedcc

%27
%0
%14
%7

Triadic Colors of #adedcc

#adedcc #ccaded #edccad

Analogous Colors of #adedcc

#adedcc #adedec #aeedad

Monochromatic Colors of #adedcc

#adedcc

Complementary Color

#adedcc #edadce

#adedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedcc Color CSS Codes

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

#adedcc Text Font Color

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

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


#adedcc Background Color

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

This div background color is #adedcc


#adedcc Border Color

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

This div border color is #adedcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,237,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 #adedcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedcc


Comments

No comments written yet.

Please login to write comment.