Color Hex Logo

#58bebc Color Hex

#58BEBC
(88,190,188)
0 Favorites   0 Comments

Color spaces of #58bebc

RGB 88190188
HSL0.500.440.55
HSV179°54°75°
CMYK 0.540.000.01   0.25
XYZ31.515142.532554.1255
Yxy42.53250.24590.3318
Hunter Lab65.2169-27.8722-3.5547
CIE-Lab71.2365-29.9499-8.0246

#58bebc color RGB value is (88,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 10111100
Octal 130 276 274
Decimal 88 190 188
Hex 58 BE BC

RGB Percentages of Color #58bebc

%18.88
%40.77
%40.34

CMYK Percentages of Color #58bebc

%54
%0
%1
%25

Triadic Colors of #58bebc

#58bebc #bc58be #bebc58

Analogous Colors of #58bebc

#58bebc #588dbe #58be89

Monochromatic Colors of #58bebc

#58bebc

Complementary Color

#58bebc #be585a

#58bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bebc Color CSS Codes

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

#58bebc Text Font Color

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

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


#58bebc Background Color

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

This div background color is #58bebc


#58bebc Border Color

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

This div border color is #58bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bebc


Comments

No comments written yet.

Please login to write comment.