Color Hex Logo

#8aecbd Color Hex

#8AECBD
(138,236,189)
0 Favorites   0 Comments

Color spaces of #8aecbd

RGB 138236189
HSL0.420.720.73
HSV151°42°93°
CMYK 0.420.000.20   0.07
XYZ49.662069.068358.8582
Yxy69.06830.27960.3889
Hunter Lab83.1073-38.772616.1848
CIE-Lab86.5379-39.257813.8677

#8aecbd color RGB value is (138,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 10111101
Octal 212 354 275
Decimal 138 236 189
Hex 8A EC BD

RGB Percentages of Color #8aecbd

%24.51
%41.92
%33.57

CMYK Percentages of Color #8aecbd

%42
%0
%20
%7

Triadic Colors of #8aecbd

#8aecbd #bd8aec #ecbd8a

Analogous Colors of #8aecbd

#8aecbd #8aeaec #8aec8c

Monochromatic Colors of #8aecbd

#8aecbd

Complementary Color

#8aecbd #ec8ab9

#8aecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecbd Color CSS Codes

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

#8aecbd Text Font Color

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

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


#8aecbd Background Color

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

This div background color is #8aecbd


#8aecbd Border Color

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

This div border color is #8aecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecbd


Comments

No comments written yet.

Please login to write comment.