Color Hex Logo

#8abebe Color Hex

#8ABEBE
(138,190,190)
0 Favorites   0 Comments

Color spaces of #8abebe

RGB 138190190
HSL0.500.290.64
HSV180°27°75°
CMYK 0.270.000.00   0.25
XYZ38.189045.947955.5713
Yxy45.94790.27330.3289
Hunter Lab67.7849-18.0593-1.1576
CIE-Lab73.5117-16.8743-5.5001

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 10111110
Octal 212 276 276
Decimal 138 190 190
Hex 8A BE BE

RGB Percentages of Color #8abebe

%26.64
%36.68
%36.68

CMYK Percentages of Color #8abebe

%27
%0
%0
%25

Triadic Colors of #8abebe

#8abebe #be8abe #bebe8a

Analogous Colors of #8abebe

#8abebe #8aa4be #8abea4

Monochromatic Colors of #8abebe

#8abebe

Complementary Color

#8abebe #be8a8a

#8abebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abebe Color CSS Codes

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

#8abebe Text Font Color

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

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


#8abebe Background Color

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

This div background color is #8abebe


#8abebe Border Color

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

This div border color is #8abebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abebe


Comments

No comments written yet.

Please login to write comment.