Color Hex Logo

#58bdcc Color Hex

#58BDCC
(88,189,204)
0 Favorites   0 Comments

Color spaces of #58bdcc

RGB 88189204
HSL0.520.530.57
HSV188°57°80°
CMYK 0.570.070.00   0.20
XYZ33.121242.829563.6480
Yxy42.82950.23730.3068
Hunter Lab65.4443-24.1890-11.8517
CIE-Lab71.4391-25.0413-16.4694

#58bdcc color RGB value is (88,189,204).

#58bdcc hex color red value is 88, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #58bdcc hue: 0.52 , saturation: 0.53 and the lightness value of 58bdcc is 0.57.

The process color (four color CMYK) of #58bdcc color hex is 0.57, 0.07, 0.00, 0.20. Web safe color of #58bdcc is #66cccc. Color #58bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111101 11001100
Octal 130 275 314
Decimal 88 189 204
Hex 58 BD CC

RGB Percentages of Color #58bdcc

%18.30
%39.29
%42.41

CMYK Percentages of Color #58bdcc

%57
%7
%0
%20

Triadic Colors of #58bdcc

#58bdcc #cc58bd #bdcc58

Analogous Colors of #58bdcc

#58bdcc #5883cc #58cca1

Monochromatic Colors of #58bdcc

#58bdcc

Complementary Color

#58bdcc #cc6758

#58bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bdcc Color CSS Codes

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

#58bdcc Text Font Color

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

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


#58bdcc Background Color

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

This div background color is #58bdcc


#58bdcc Border Color

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

This div border color is #58bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bdcc


Comments

No comments written yet.

Please login to write comment.