Color Hex Logo

#58bedc Color Hex

#58BEDC
(88,190,220)
0 Favorites   0 Comments

Color spaces of #58bedc

RGB 88190220
HSL0.540.650.60
HSV194°60°86°
CMYK 0.600.140.00   0.14
XYZ35.356244.068974.3528
Yxy44.06890.22990.2866
Hunter Lab66.3844-21.1040-19.9377
CIE-Lab72.2745-20.8997-23.9227

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111110 11011100
Octal 130 276 334
Decimal 88 190 220
Hex 58 BE DC

RGB Percentages of Color #58bedc

%17.67
%38.15
%44.18

CMYK Percentages of Color #58bedc

%60
%14
%0
%14

Triadic Colors of #58bedc

#58bedc #dc58be #bedc58

Analogous Colors of #58bedc

#58bedc #587cdc #58dcb8

Monochromatic Colors of #58bedc

#58bedc

Complementary Color

#58bedc #dc7658

#58bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bedc Color CSS Codes

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

#58bedc Text Font Color

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

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


#58bedc Background Color

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

This div background color is #58bedc


#58bedc Border Color

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

This div border color is #58bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bedc


Comments

No comments written yet.

Please login to write comment.