Color Hex Logo

#05eb7a Color Hex

#05EB7A
(5,235,122)
0 Favorites   0 Comments

Color spaces of #05eb7a

RGB 5235122
HSL0.420.960.47
HSV151°98°92°
CMYK 0.980.000.48   0.08
XYZ33.283860.854128.4041
Yxy60.85410.27160.4966
Hunter Lab78.0090-60.355933.0181
CIE-Lab82.3002-71.281841.6912

#05eb7a color RGB value is (5,235,122).

#05eb7a hex color red value is 5, green value is 235 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #05eb7a hue: 0.42 , saturation: 0.96 and the lightness value of 05eb7a is 0.47.

The process color (four color CMYK) of #05eb7a color hex is 0.98, 0.00, 0.48, 0.08. Web safe color of #05eb7a is #00ff66. Color #05eb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101011 01111010
Octal 5 353 172
Decimal 5 235 122
Hex 5 EB 7A

RGB Percentages of Color #05eb7a

%1.38
%64.92
%33.70

CMYK Percentages of Color #05eb7a

%98
%0
%48
%8

Triadic Colors of #05eb7a

#05eb7a #7a05eb #eb7a05

Analogous Colors of #05eb7a

#05eb7a #05e9eb #05eb07

Monochromatic Colors of #05eb7a

#05eb7a

Complementary Color

#05eb7a #eb0576

#05eb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eb7a Color CSS Codes

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

#05eb7a Text Font Color

<p style="color:#05eb7a">Text here</p>

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


#05eb7a Background Color

<div style="background-color:#05eb7a">
Div content here</div>

This div background color is #05eb7a


#05eb7a Border Color

<div style="border:3px solid #05eb7a">
Div here</div>

This div border color is #05eb7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,235,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05eb7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05eb7a;
  -webkit-box-shadow: 1px 1px 3px 2px #05eb7a;
  box-shadow:         1px 1px 3px 2px #05eb7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eb7a


Comments

No comments written yet.

Please login to write comment.