Color Hex Logo

#05eeac Color Hex

#05EEAC
(5,238,172)
0 Favorites   0 Comments

Color spaces of #05eeac

RGB 5238172
HSL0.450.960.48
HSV163°98°93°
CMYK 0.980.000.28   0.07
XYZ38.083564.159949.4066
Yxy64.15990.25110.4231
Hunter Lab80.0999-55.306919.4991
CIE-Lab84.0490-62.633518.8108

#05eeac color RGB value is (5,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101110 10101100
Octal 5 356 254
Decimal 5 238 172
Hex 5 EE AC

RGB Percentages of Color #05eeac

%1.20
%57.35
%41.45

CMYK Percentages of Color #05eeac

%98
%0
%28
%7

Triadic Colors of #05eeac

#05eeac #ac05ee #eeac05

Analogous Colors of #05eeac

#05eeac #05bcee #05ee37

Monochromatic Colors of #05eeac

#05eeac

Complementary Color

#05eeac #ee0547

#05eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eeac Color CSS Codes

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

#05eeac Text Font Color

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

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


#05eeac Background Color

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

This div background color is #05eeac


#05eeac Border Color

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

This div border color is #05eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eeac


Comments

No comments written yet.

Please login to write comment.