Color Hex Logo

#58d7b5 Color Hex

#58D7B5
(88,215,181)
0 Favorites   0 Comments

Color spaces of #58d7b5

RGB 88215181
HSL0.460.610.59
HSV164°59°84°
CMYK 0.590.000.16   0.16
XYZ36.665454.011852.2089
Yxy54.01180.25660.3780
Hunter Lab73.4927-39.55899.3256
CIE-Lab78.4686-43.21366.3371

#58d7b5 color RGB value is (88,215,181).

#58d7b5 hex color red value is 88, green value is 215 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #58d7b5 hue: 0.46 , saturation: 0.61 and the lightness value of 58d7b5 is 0.59.

The process color (four color CMYK) of #58d7b5 color hex is 0.59, 0.00, 0.16, 0.16. Web safe color of #58d7b5 is #66cccc. Color #58d7b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11010111 10110101
Octal 130 327 265
Decimal 88 215 181
Hex 58 D7 B5

RGB Percentages of Color #58d7b5

%18.18
%44.42
%37.40

CMYK Percentages of Color #58d7b5

%59
%0
%16
%16

Triadic Colors of #58d7b5

#58d7b5 #b558d7 #d7b558

Analogous Colors of #58d7b5

#58d7b5 #58bad7 #58d776

Monochromatic Colors of #58d7b5

#58d7b5

Complementary Color

#58d7b5 #d7587a

#58d7b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58d7b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58d7b5 Color CSS Codes

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

#58d7b5 Text Font Color

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

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


#58d7b5 Background Color

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

This div background color is #58d7b5


#58d7b5 Border Color

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

This div border color is #58d7b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58d7b5


Comments

No comments written yet.

Please login to write comment.