Color Hex Logo

#58beda Color Hex

#58BEDA
(88,190,218)
0 Favorites   0 Comments

Color spaces of #58beda

RGB 88190218
HSL0.540.640.60
HSV193°60°85°
CMYK 0.600.130.00   0.15
XYZ35.092843.963672.9659
Yxy43.96360.23080.2892
Hunter Lab66.3051-21.5604-18.8326
CIE-Lab72.2042-21.4916-22.9421

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

#58beda hex color red value is 88, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #58beda hue: 0.54 , saturation: 0.64 and the lightness value of 58beda is 0.60.

The process color (four color CMYK) of #58beda color hex is 0.60, 0.13, 0.00, 0.15. Web safe color of #58beda is #66cccc. Color #58beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 11011010
Octal 130 276 332
Decimal 88 190 218
Hex 58 BE DA

RGB Percentages of Color #58beda

%17.74
%38.31
%43.95

CMYK Percentages of Color #58beda

%60
%13
%0
%15

Triadic Colors of #58beda

#58beda #da58be #beda58

Analogous Colors of #58beda

#58beda #587dda #58dab5

Monochromatic Colors of #58beda

#58beda

Complementary Color

#58beda #da7458

#58beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58beda Color CSS Codes

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

#58beda Text Font Color

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

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


#58beda Background Color

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

This div background color is #58beda


#58beda Border Color

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

This div border color is #58beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58beda


Comments

No comments written yet.

Please login to write comment.