Color Hex Logo

#8ae952 Color Hex

#8AE952
(138,233,82)
0 Favorites   0 Comments

Color spaces of #8ae952

RGB 13823382
HSL0.270.770.62
HSV98°65°91°
CMYK 0.410.000.65   0.09
XYZ41.143164.290318.2234
Yxy64.29030.33270.5199
Hunter Lab80.1812-48.724142.6516
CIE-Lab84.1167-53.307262.3968

#8ae952 color RGB value is (138,233,82).

#8ae952 hex color red value is 138, green value is 233 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8ae952 hue: 0.27 , saturation: 0.77 and the lightness value of 8ae952 is 0.62.

The process color (four color CMYK) of #8ae952 color hex is 0.41, 0.00, 0.65, 0.09. Web safe color of #8ae952 is #99ff66. Color #8ae952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101001 01010010
Octal 212 351 122
Decimal 138 233 82
Hex 8A E9 52

RGB Percentages of Color #8ae952

%30.46
%51.43
%18.10

CMYK Percentages of Color #8ae952

%41
%0
%65
%9

Triadic Colors of #8ae952

#8ae952 #528ae9 #e9528a

Analogous Colors of #8ae952

#8ae952 #52e966 #d6e952

Monochromatic Colors of #8ae952

#8ae952

Complementary Color

#8ae952 #b152e9

#8ae952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae952 Color CSS Codes

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

#8ae952 Text Font Color

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

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


#8ae952 Background Color

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

This div background color is #8ae952


#8ae952 Border Color

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

This div border color is #8ae952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae952


Comments

No comments written yet.

Please login to write comment.