Color Hex Logo

#58bddd Color Hex

#58BDDD
(88,189,221)
0 Favorites   0 Comments

Color spaces of #58bddd

RGB 88189221
HSL0.540.660.61
HSV194°60°87°
CMYK 0.600.140.00   0.13
XYZ35.273243.690474.9806
Yxy43.69040.22910.2838
Hunter Lab66.0987-20.4172-20.9879
CIE-Lab72.0211-20.0888-24.8540

#58bddd color RGB value is (88,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111101 11011101
Octal 130 275 335
Decimal 88 189 221
Hex 58 BD DD

RGB Percentages of Color #58bddd

%17.67
%37.95
%44.38

CMYK Percentages of Color #58bddd

%60
%14
%0
%13

Triadic Colors of #58bddd

#58bddd #dd58bd #bddd58

Analogous Colors of #58bddd

#58bddd #587bdd #58ddbb

Monochromatic Colors of #58bddd

#58bddd

Complementary Color

#58bddd #dd7858

#58bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bddd Color CSS Codes

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

#58bddd Text Font Color

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

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


#58bddd Background Color

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

This div background color is #58bddd


#58bddd Border Color

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

This div border color is #58bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bddd


Comments

No comments written yet.

Please login to write comment.