Color Hex Logo

#05ebea Color Hex

#05EBEA
(5,235,234)
0 Favorites   0 Comments

Color spaces of #05ebea

RGB 5235234
HSL0.500.960.47
HSV180°98°92°
CMYK 0.980.000.00   0.08
XYZ44.622265.389488.1115
Yxy65.38940.22520.3300
Hunter Lab80.8637-43.0117-7.9995
CIE-Lab84.6840-45.3785-12.7818

#05ebea color RGB value is (5,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101011 11101010
Octal 5 353 352
Decimal 5 235 234
Hex 5 EB EA

RGB Percentages of Color #05ebea

%1.05
%49.58
%49.37

CMYK Percentages of Color #05ebea

%98
%0
%0
%8

Triadic Colors of #05ebea

#05ebea #ea05eb #ebea05

Analogous Colors of #05ebea

#05ebea #0579eb #05eb77

Monochromatic Colors of #05ebea

#05ebea

Complementary Color

#05ebea #eb0506

#05ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ebea Color CSS Codes

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

#05ebea Text Font Color

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

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


#05ebea Background Color

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

This div background color is #05ebea


#05ebea Border Color

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

This div border color is #05ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ebea


Comments

No comments written yet.

Please login to write comment.