Color Hex Logo

#58bddc Color Hex

#58BDDC
(88,189,220)
0 Favorites   0 Comments

Color spaces of #58bddc

RGB 88189220
HSL0.540.650.60
HSV194°60°86°
CMYK 0.600.140.00   0.14
XYZ35.140443.637274.2809
Yxy43.63720.22960.2851
Hunter Lab66.0585-20.6476-20.4290
CIE-Lab71.9853-20.3863-24.3645

#58bddc color RGB value is (88,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111101 11011100
Octal 130 275 334
Decimal 88 189 220
Hex 58 BD DC

RGB Percentages of Color #58bddc

%17.71
%38.03
%44.27

CMYK Percentages of Color #58bddc

%60
%14
%0
%14

Triadic Colors of #58bddc

#58bddc #dc58bd #bddc58

Analogous Colors of #58bddc

#58bddc #587bdc #58dcb9

Monochromatic Colors of #58bddc

#58bddc

Complementary Color

#58bddc #dc7758

#58bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bddc Color CSS Codes

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

#58bddc Text Font Color

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

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


#58bddc Background Color

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

This div background color is #58bddc


#58bddc Border Color

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

This div border color is #58bddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,189,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 #58bddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bddc


Comments

No comments written yet.

Please login to write comment.