Color Hex Logo

#adecc8 Color Hex

#ADECC8
(173,236,200)
0 Favorites   0 Comments

Color spaces of #adecc8

RGB 173236200
HSL0.400.620.80
HSV146°27°93°
CMYK 0.270.000.15   0.07
XYZ57.654473.045365.7040
Yxy73.04530.29360.3719
Hunter Lab85.4665-29.153114.2463
CIE-Lab88.4693-27.044511.1115

#adecc8 color RGB value is (173,236,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11001000
Octal 255 354 310
Decimal 173 236 200
Hex AD EC C8

RGB Percentages of Color #adecc8

%28.41
%38.75
%32.84

CMYK Percentages of Color #adecc8

%27
%0
%15
%7

Triadic Colors of #adecc8

#adecc8 #c8adec #ecc8ad

Analogous Colors of #adecc8

#adecc8 #adece8 #b2ecad

Monochromatic Colors of #adecc8

#adecc8

Complementary Color

#adecc8 #ecadd1

#adecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecc8 Color CSS Codes

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

#adecc8 Text Font Color

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

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


#adecc8 Background Color

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

This div background color is #adecc8


#adecc8 Border Color

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

This div border color is #adecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecc8


Comments

No comments written yet.

Please login to write comment.