Color Hex Logo

#05eba4 Color Hex

#05EBA4
(5,235,164)
0 Favorites   0 Comments

Color spaces of #05eba4

RGB 5235164
HSL0.450.960.47
HSV161°98°92°
CMYK 0.980.000.30   0.08
XYZ36.471862.129345.1918
Yxy62.12930.25360.4321
Hunter Lab78.8221-55.345021.1822
CIE-Lab82.9821-63.310121.4722

#05eba4 color RGB value is (5,235,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101011 10100100
Octal 5 353 244
Decimal 5 235 164
Hex 5 EB A4

RGB Percentages of Color #05eba4

%1.24
%58.17
%40.59

CMYK Percentages of Color #05eba4

%98
%0
%30
%8

Triadic Colors of #05eba4

#05eba4 #a405eb #eba405

Analogous Colors of #05eba4

#05eba4 #05bfeb #05eb31

Monochromatic Colors of #05eba4

#05eba4

Complementary Color

#05eba4 #eb054c

#05eba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eba4 Color CSS Codes

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

#05eba4 Text Font Color

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

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


#05eba4 Background Color

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

This div background color is #05eba4


#05eba4 Border Color

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

This div border color is #05eba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eba4


Comments

No comments written yet.

Please login to write comment.