Color Hex Logo

#58b4cc Color Hex

#58B4CC
(88,180,204)
0 Favorites   0 Comments

Color spaces of #58b4cc

RGB 88180204
HSL0.530.530.57
HSV192°57°80°
CMYK 0.570.120.00   0.20
XYZ31.244839.076963.0226
Yxy39.07690.23430.2931
Hunter Lab62.5115-20.1765-16.0167
CIE-Lab68.8069-20.4698-20.4580

#58b4cc color RGB value is (88,180,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10110100 11001100
Octal 130 264 314
Decimal 88 180 204
Hex 58 B4 CC

RGB Percentages of Color #58b4cc

%18.64
%38.14
%43.22

CMYK Percentages of Color #58b4cc

%57
%12
%0
%20

Triadic Colors of #58b4cc

#58b4cc #cc58b4 #b4cc58

Analogous Colors of #58b4cc

#58b4cc #587acc #58ccaa

Monochromatic Colors of #58b4cc

#58b4cc

Complementary Color

#58b4cc #cc7058

#58b4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b4cc Color CSS Codes

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

#58b4cc Text Font Color

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

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


#58b4cc Background Color

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

This div background color is #58b4cc


#58b4cc Border Color

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

This div border color is #58b4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b4cc


Comments

No comments written yet.

Please login to write comment.