Color Hex Logo

#58dcdb Color Hex

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

Color spaces of #58dcdb

RGB 88220219
HSL0.500.650.60
HSV180°60°86°
CMYK 0.600.000.00   0.14
XYZ42.403958.375676.0505
Yxy58.37560.23980.3301
Hunter Lab76.4039-34.6400-5.5330
CIE-Lab80.9472-35.8208-10.3003

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

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

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

Base Numbers

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

RGB Percentages of Color #58dcdb

%16.70
%41.75
%41.56

CMYK Percentages of Color #58dcdb

%60
%0
%0
%14

Triadic Colors of #58dcdb

#58dcdb #db58dc #dcdb58

Analogous Colors of #58dcdb

#58dcdb #589bdc #58dc99

Monochromatic Colors of #58dcdb

#58dcdb

Complementary Color

#58dcdb #dc5859

#58dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dcdb Color CSS Codes

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

#58dcdb Text Font Color

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

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


#58dcdb Background Color

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

This div background color is #58dcdb


#58dcdb Border Color

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

This div border color is #58dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dcdb


Comments

No comments written yet.

Please login to write comment.