Color Hex Logo

#05eeba Color Hex

#05EEBA
(5,238,186)
0 Favorites   0 Comments

Color spaces of #05eeba

RGB 5238186
HSL0.460.960.48
HSV167°98°93°
CMYK 0.980.000.22   0.07
XYZ39.500064.726556.8660
Yxy64.72650.24520.4018
Hunter Lab80.4528-53.154014.4093
CIE-Lab84.3426-59.384611.9421

#05eeba color RGB value is (5,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101110 10111010
Octal 5 356 272
Decimal 5 238 186
Hex 5 EE BA

RGB Percentages of Color #05eeba

%1.17
%55.48
%43.36

CMYK Percentages of Color #05eeba

%98
%0
%22
%7

Triadic Colors of #05eeba

#05eeba #ba05ee #eeba05

Analogous Colors of #05eeba

#05eeba #05aeee #05ee46

Monochromatic Colors of #05eeba

#05eeba

Complementary Color

#05eeba #ee0539

#05eeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eeba Color CSS Codes

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

#05eeba Text Font Color

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

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


#05eeba Background Color

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

This div background color is #05eeba


#05eeba Border Color

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

This div border color is #05eeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eeba


Comments

No comments written yet.

Please login to write comment.