Color Hex Logo

#adeea8 Color Hex

#ADEEA8
(173,238,168)
0 Favorites   0 Comments

Color spaces of #adeea8

RGB 173238168
HSL0.320.670.80
HSV116°29°93°
CMYK 0.270.000.29   0.07
XYZ54.876072.860548.2170
Yxy72.86050.31190.4141
Hunter Lab85.3584-34.621326.2593
CIE-Lab88.3811-33.575627.5236

#adeea8 color RGB value is (173,238,168).

#adeea8 hex color red value is 173, green value is 238 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adeea8 hue: 0.32 , saturation: 0.67 and the lightness value of adeea8 is 0.80.

The process color (four color CMYK) of #adeea8 color hex is 0.27, 0.00, 0.29, 0.07. Web safe color of #adeea8 is #99ff99. Color #adeea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10101000
Octal 255 356 250
Decimal 173 238 168
Hex AD EE A8

RGB Percentages of Color #adeea8

%29.88
%41.11
%29.02

CMYK Percentages of Color #adeea8

%27
%0
%29
%7

Triadic Colors of #adeea8

#adeea8 #a8adee #eea8ad

Analogous Colors of #adeea8

#adeea8 #a8eec6 #d0eea8

Monochromatic Colors of #adeea8

#adeea8

Complementary Color

#adeea8 #e9a8ee

#adeea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeea8 Color CSS Codes

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

#adeea8 Text Font Color

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

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


#adeea8 Background Color

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

This div background color is #adeea8


#adeea8 Border Color

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

This div border color is #adeea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeea8


Comments

No comments written yet.

Please login to write comment.