Color Hex Logo

#05eaeb Color Hex

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

Color spaces of #05eaeb

RGB 5234235
HSL0.500.960.47
HSV180°98°92°
CMYK 0.980.000.00   0.08
XYZ44.480864.876188.7752
Yxy64.87610.22450.3274
Hunter Lab80.5457-42.3796-8.9658
CIE-Lab84.4198-44.6509-13.7040

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

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

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

Base Numbers

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

RGB Percentages of Color #05eaeb

%1.05
%49.37
%49.58

CMYK Percentages of Color #05eaeb

%98
%0
%0
%8

Triadic Colors of #05eaeb

#05eaeb #eb05ea #eaeb05

Analogous Colors of #05eaeb

#05eaeb #0577eb #05eb79

Monochromatic Colors of #05eaeb

#05eaeb

Complementary Color

#05eaeb #eb0605

#05eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05eaeb Color CSS Codes

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

#05eaeb Text Font Color

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

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


#05eaeb Background Color

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

This div background color is #05eaeb


#05eaeb Border Color

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

This div border color is #05eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05eaeb


Comments

No comments written yet.

Please login to write comment.