Color Hex Logo

#58bebe Color Hex

#58BEBE
(88,190,190)
0 Favorites   0 Comments

Color spaces of #58bebe

RGB 88190190
HSL0.500.440.55
HSV180°54°75°
CMYK 0.540.000.00   0.25
XYZ31.732242.619355.2691
Yxy42.61930.24480.3288
Hunter Lab65.2835-27.4829-4.4966
CIE-Lab71.2958-29.4126-9.0304

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 10111110
Octal 130 276 276
Decimal 88 190 190
Hex 58 BE BE

RGB Percentages of Color #58bebe

%18.80
%40.60
%40.60

CMYK Percentages of Color #58bebe

%54
%0
%0
%25

Triadic Colors of #58bebe

#58bebe #be58be #bebe58

Analogous Colors of #58bebe

#58bebe #588bbe #58be8b

Monochromatic Colors of #58bebe

#58bebe

Complementary Color

#58bebe #be5858

#58bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bebe Color CSS Codes

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

#58bebe Text Font Color

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

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


#58bebe Background Color

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

This div background color is #58bebe


#58bebe Border Color

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

This div border color is #58bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bebe


Comments

No comments written yet.

Please login to write comment.