Color Hex Logo

#58eaed Color Hex

#58EAED
(88,234,237)
0 Favorites   0 Comments

Color spaces of #58eaed

RGB 88234237
HSL0.500.810.64
HSV181°63°93°
CMYK 0.630.010.00   0.07
XYZ48.733467.034890.4913
Yxy67.03480.23630.3250
Hunter Lab81.8748-37.0343-8.2173
CIE-Lab85.5215-37.4029-13.0009

#58eaed color RGB value is (88,234,237).

#58eaed hex color red value is 88, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #58eaed hue: 0.50 , saturation: 0.81 and the lightness value of 58eaed is 0.64.

The process color (four color CMYK) of #58eaed color hex is 0.63, 0.01, 0.00, 0.07. Web safe color of #58eaed is #66ffff. Color #58eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101010 11101101
Octal 130 352 355
Decimal 88 234 237
Hex 58 EA ED

RGB Percentages of Color #58eaed

%15.74
%41.86
%42.40

CMYK Percentages of Color #58eaed

%63
%1
%0
%7

Triadic Colors of #58eaed

#58eaed #ed58ea #eaed58

Analogous Colors of #58eaed

#58eaed #58a0ed #58eda6

Monochromatic Colors of #58eaed

#58eaed

Complementary Color

#58eaed #ed5b58

#58eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eaed Color CSS Codes

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

#58eaed Text Font Color

<p style="color:#58eaed">Text here</p>

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


#58eaed Background Color

<div style="background-color:#58eaed">
Div content here</div>

This div background color is #58eaed


#58eaed Border Color

<div style="border:3px solid #58eaed">
Div here</div>

This div border color is #58eaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,234,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58eaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58eaed;
  -webkit-box-shadow: 1px 1px 3px 2px #58eaed;
  box-shadow:         1px 1px 3px 2px #58eaed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eaed


Comments

No comments written yet.

Please login to write comment.