Color Hex Logo

#58dccb Color Hex

#58DCCB
(88,220,203)
0 Favorites   0 Comments

Color spaces of #58dccb

RGB 88220203
HSL0.480.650.60
HSV172°60°86°
CMYK 0.600.000.08   0.14
XYZ40.397257.572965.4834
Yxy57.57290.24710.3522
Hunter Lab75.8768-37.75011.9452
CIE-Lab80.5008-40.0210-2.4380

#58dccb color RGB value is (88,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011100 11001011
Octal 130 334 313
Decimal 88 220 203
Hex 58 DC CB

RGB Percentages of Color #58dccb

%17.22
%43.05
%39.73

CMYK Percentages of Color #58dccb

%60
%0
%8
%14

Triadic Colors of #58dccb

#58dccb #cb58dc #dccb58

Analogous Colors of #58dccb

#58dccb #58abdc #58dc89

Monochromatic Colors of #58dccb

#58dccb

Complementary Color

#58dccb #dc5869

#58dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dccb Color CSS Codes

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

#58dccb Text Font Color

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

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


#58dccb Background Color

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

This div background color is #58dccb


#58dccb Border Color

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

This div border color is #58dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dccb


Comments

No comments written yet.

Please login to write comment.