Color Hex Logo

#8aedbf Color Hex

#8AEDBF
(138,237,191)
0 Favorites   0 Comments

Color spaces of #8aedbf

RGB 138237191
HSL0.420.730.74
HSV152°42°93°
CMYK 0.420.000.19   0.07
XYZ50.169469.733260.1059
Yxy69.73320.27870.3874
Hunter Lab83.5064-38.896115.7790
CIE-Lab86.8658-39.304613.2900

#8aedbf color RGB value is (138,237,191).

#8aedbf hex color red value is 138, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8aedbf hue: 0.42 , saturation: 0.73 and the lightness value of 8aedbf is 0.74.

The process color (four color CMYK) of #8aedbf color hex is 0.42, 0.00, 0.19, 0.07. Web safe color of #8aedbf is #99ffcc. Color #8aedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 10111111
Octal 212 355 277
Decimal 138 237 191
Hex 8A ED BF

RGB Percentages of Color #8aedbf

%24.38
%41.87
%33.75

CMYK Percentages of Color #8aedbf

%42
%0
%19
%7

Triadic Colors of #8aedbf

#8aedbf #bf8aed #edbf8a

Analogous Colors of #8aedbf

#8aedbf #8aeaed #8aed8e

Monochromatic Colors of #8aedbf

#8aedbf

Complementary Color

#8aedbf #ed8ab8

#8aedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedbf Color CSS Codes

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

#8aedbf Text Font Color

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

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


#8aedbf Background Color

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

This div background color is #8aedbf


#8aedbf Border Color

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

This div border color is #8aedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedbf


Comments

No comments written yet.

Please login to write comment.