Color Hex Logo

#58bdec Color Hex

#58BDEC
(88,189,236)
0 Favorites   0 Comments

Color spaces of #58bdec

RGB 88189236
HSL0.550.800.64
HSV199°63°93°
CMYK 0.630.200.00   0.07
XYZ37.362444.526085.9821
Yxy44.52600.22260.2652
Hunter Lab66.7278-16.8275-29.6887
CIE-Lab72.5787-15.5340-32.1394

#58bdec color RGB value is (88,189,236).

#58bdec hex color red value is 88, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #58bdec hue: 0.55 , saturation: 0.80 and the lightness value of 58bdec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111101 11101100
Octal 130 275 354
Decimal 88 189 236
Hex 58 BD EC

RGB Percentages of Color #58bdec

%17.15
%36.84
%46.00

CMYK Percentages of Color #58bdec

%63
%20
%0
%7

Triadic Colors of #58bdec

#58bdec #ec58bd #bdec58

Analogous Colors of #58bdec

#58bdec #5873ec #58ecd1

Monochromatic Colors of #58bdec

#58bdec

Complementary Color

#58bdec #ec8758

#58bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bdec Color CSS Codes

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

#58bdec Text Font Color

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

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


#58bdec Background Color

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

This div background color is #58bdec


#58bdec Border Color

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

This div border color is #58bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bdec


Comments

No comments written yet.

Please login to write comment.