Color Hex Logo

#5cdcc7 Color Hex

#5CDCC7
(92,220,199)
0 Favorites   0 Comments

Color spaces of #5cdcc7

RGB 92220199
HSL0.470.650.61
HSV170°58°86°
CMYK 0.580.000.10   0.14
XYZ40.315657.585263.0230
Yxy57.58520.25050.3578
Hunter Lab75.8849-37.96643.8786
CIE-Lab80.5076-40.3039-0.2848

#5cdcc7 color RGB value is (92,220,199).

#5cdcc7 hex color red value is 92, green value is 220 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #5cdcc7 hue: 0.47 , saturation: 0.65 and the lightness value of 5cdcc7 is 0.61.

The process color (four color CMYK) of #5cdcc7 color hex is 0.58, 0.00, 0.10, 0.14. Web safe color of #5cdcc7 is #66cccc. Color #5cdcc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011100 11000111
Octal 134 334 307
Decimal 92 220 199
Hex 5C DC C7

RGB Percentages of Color #5cdcc7

%18.00
%43.05
%38.94

CMYK Percentages of Color #5cdcc7

%58
%0
%10
%14

Triadic Colors of #5cdcc7

#5cdcc7 #c75cdc #dcc75c

Analogous Colors of #5cdcc7

#5cdcc7 #5cb1dc #5cdc87

Monochromatic Colors of #5cdcc7

#5cdcc7

Complementary Color

#5cdcc7 #dc5c71

#5cdcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdcc7 Color CSS Codes

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

#5cdcc7 Text Font Color

<p style="color:#5cdcc7">Text here</p>

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


#5cdcc7 Background Color

<div style="background-color:#5cdcc7">
Div content here</div>

This div background color is #5cdcc7


#5cdcc7 Border Color

<div style="border:3px solid #5cdcc7">
Div here</div>

This div border color is #5cdcc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,220,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cdcc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cdcc7;
  -webkit-box-shadow: 1px 1px 3px 2px #5cdcc7;
  box-shadow:         1px 1px 3px 2px #5cdcc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdcc7


Comments

No comments written yet.

Please login to write comment.