Color Hex Logo

#58bead Color Hex

#58BEAD
(88,190,173)
0 Favorites   0 Comments

Color spaces of #58bead

RGB 88190173
HSL0.470.440.55
HSV170°54°75°
CMYK 0.540.000.09   0.25
XYZ29.980841.918746.0461
Yxy41.91870.25420.3554
Hunter Lab64.7447-30.64653.1545
CIE-Lab70.8148-33.8420-0.4401

#58bead color RGB value is (88,190,173).

#58bead hex color red value is 88, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #58bead hue: 0.47 , saturation: 0.44 and the lightness value of 58bead is 0.55.

The process color (four color CMYK) of #58bead color hex is 0.54, 0.00, 0.09, 0.25. Web safe color of #58bead is #66cc99. Color #58bead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 10101101
Octal 130 276 255
Decimal 88 190 173
Hex 58 BE AD

RGB Percentages of Color #58bead

%19.51
%42.13
%38.36

CMYK Percentages of Color #58bead

%54
%0
%9
%25

Triadic Colors of #58bead

#58bead #ad58be #bead58

Analogous Colors of #58bead

#58bead #589cbe #58be7a

Monochromatic Colors of #58bead

#58bead

Complementary Color

#58bead #be5869

#58bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bead Color CSS Codes

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

#58bead Text Font Color

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

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


#58bead Background Color

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

This div background color is #58bead


#58bead Border Color

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

This div border color is #58bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bead


Comments

No comments written yet.

Please login to write comment.