Color Hex Logo

#58dbdc Color Hex

#58DBDC
(88,219,220)
0 Favorites   0 Comments

Color spaces of #58dbdc

RGB 88219220
HSL0.500.650.60
HSV180°60°86°
CMYK 0.600.000.00   0.14
XYZ42.274357.905076.6589
Yxy57.90500.23910.3274
Hunter Lab76.0953-34.0022-6.4624
CIE-Lab80.6859-35.0845-11.2226

#58dbdc color RGB value is (88,219,220).

#58dbdc hex color red value is 88, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #58dbdc hue: 0.50 , saturation: 0.65 and the lightness value of 58dbdc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011011 11011100
Octal 130 333 334
Decimal 88 219 220
Hex 58 DB DC

RGB Percentages of Color #58dbdc

%16.70
%41.56
%41.75

CMYK Percentages of Color #58dbdc

%60
%0
%0
%14

Triadic Colors of #58dbdc

#58dbdc #dc58db #dbdc58

Analogous Colors of #58dbdc

#58dbdc #5899dc #58dc9b

Monochromatic Colors of #58dbdc

#58dbdc

Complementary Color

#58dbdc #dc5958

#58dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dbdc Color CSS Codes

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

#58dbdc Text Font Color

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

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


#58dbdc Background Color

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

This div background color is #58dbdc


#58dbdc Border Color

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

This div border color is #58dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dbdc


Comments

No comments written yet.

Please login to write comment.