Color Hex Logo

#58bbdd Color Hex

#58BBDD
(88,187,221)
0 Favorites   0 Comments

Color spaces of #58bbdd

RGB 88187221
HSL0.540.660.61
HSV195°60°87°
CMYK 0.600.150.00   0.13
XYZ34.846042.835874.8382
Yxy42.83580.22850.2809
Hunter Lab65.4491-19.5000-21.9812
CIE-Lab71.4434-19.0552-25.7381

#58bbdd color RGB value is (88,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111011 11011101
Octal 130 273 335
Decimal 88 187 221
Hex 58 BB DD

RGB Percentages of Color #58bbdd

%17.74
%37.70
%44.56

CMYK Percentages of Color #58bbdd

%60
%15
%0
%13

Triadic Colors of #58bbdd

#58bbdd #dd58bb #bbdd58

Analogous Colors of #58bbdd

#58bbdd #5879dd #58ddbd

Monochromatic Colors of #58bbdd

#58bbdd

Complementary Color

#58bbdd #dd7a58

#58bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bbdd Color CSS Codes

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

#58bbdd Text Font Color

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

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


#58bbdd Background Color

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

This div background color is #58bbdd


#58bbdd Border Color

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

This div border color is #58bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bbdd


Comments

No comments written yet.

Please login to write comment.