Color Hex Logo

#adeccc Color Hex

#ADECCC
(173,236,204)
0 Favorites   0 Comments

Color spaces of #adeccc

RGB 173236204
HSL0.420.620.80
HSV150°27°93°
CMYK 0.270.000.14   0.07
XYZ58.128173.234868.1988
Yxy73.23480.29130.3670
Hunter Lab85.5773-28.514812.6544
CIE-Lab88.5596-26.27759.1546

#adeccc color RGB value is (173,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11001100
Octal 255 354 314
Decimal 173 236 204
Hex AD EC CC

RGB Percentages of Color #adeccc

%28.22
%38.50
%33.28

CMYK Percentages of Color #adeccc

%27
%0
%14
%7

Triadic Colors of #adeccc

#adeccc #ccadec #ecccad

Analogous Colors of #adeccc

#adeccc #adecec #aeecad

Monochromatic Colors of #adeccc

#adeccc

Complementary Color

#adeccc #ecadcd

#adeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeccc Color CSS Codes

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

#adeccc Text Font Color

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

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


#adeccc Background Color

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

This div background color is #adeccc


#adeccc Border Color

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

This div border color is #adeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeccc


Comments

No comments written yet.

Please login to write comment.