Color Hex Logo

#58dfcb Color Hex

#58DFCB
(88,223,203)
0 Favorites   0 Comments

Color spaces of #58dfcb

RGB 88223203
HSL0.480.680.61
HSV171°61°87°
CMYK 0.610.000.09   0.13
XYZ41.191759.161965.7483
Yxy59.16190.24800.3562
Hunter Lab76.9168-39.01123.1608
CIE-Lab81.3805-41.3645-1.1485

#58dfcb color RGB value is (88,223,203).

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

The process color (four color CMYK) of #58dfcb color hex is 0.61, 0.00, 0.09, 0.13. Web safe color of #58dfcb is #66cccc. Color #58dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 11001011
Octal 130 337 313
Decimal 88 223 203
Hex 58 DF CB

RGB Percentages of Color #58dfcb

%17.12
%43.39
%39.49

CMYK Percentages of Color #58dfcb

%61
%0
%9
%13

Triadic Colors of #58dfcb

#58dfcb #cb58df #dfcb58

Analogous Colors of #58dfcb

#58dfcb #58b0df #58df88

Monochromatic Colors of #58dfcb

#58dfcb

Complementary Color

#58dfcb #df586c

#58dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dfcb Color CSS Codes

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

#58dfcb Text Font Color

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

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


#58dfcb Background Color

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

This div background color is #58dfcb


#58dfcb Border Color

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

This div border color is #58dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dfcb


Comments

No comments written yet.

Please login to write comment.