Color Hex Logo

#8abead Color Hex

#8ABEAD
(138,190,173)
0 Favorites   0 Comments

Color spaces of #8abead

RGB 138190173
HSL0.450.290.64
HSV160°27°75°
CMYK 0.270.000.09   0.25
XYZ36.437545.247346.3483
Yxy45.24730.28460.3534
Hunter Lab67.2661-21.02376.2338
CIE-Lab73.0544-20.63233.0936

#8abead color RGB value is (138,190,173).

#8abead hex color red value is 138, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8abead hue: 0.45 , saturation: 0.29 and the lightness value of 8abead is 0.64.

The process color (four color CMYK) of #8abead color hex is 0.27, 0.00, 0.09, 0.25. Web safe color of #8abead is #99cc99. Color #8abead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 10101101
Octal 212 276 255
Decimal 138 190 173
Hex 8A BE AD

RGB Percentages of Color #8abead

%27.54
%37.92
%34.53

CMYK Percentages of Color #8abead

%27
%0
%9
%25

Triadic Colors of #8abead

#8abead #ad8abe #bead8a

Analogous Colors of #8abead

#8abead #8ab5be #8abe93

Monochromatic Colors of #8abead

#8abead

Complementary Color

#8abead #be8a9b

#8abead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abead Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abead Color CSS Codes

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

#8abead Text Font Color

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

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


#8abead Background Color

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

This div background color is #8abead


#8abead Border Color

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

This div border color is #8abead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,190,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8abead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8abead;
  -webkit-box-shadow: 1px 1px 3px 2px #8abead;
  box-shadow:         1px 1px 3px 2px #8abead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abead


Comments

No comments written yet.

Please login to write comment.