Color Hex Logo

#5cdbbe Color Hex

#5CDBBE
(92,219,190)
0 Favorites   0 Comments

Color spaces of #5cdbbe

RGB 92219190
HSL0.460.640.61
HSV166°58°86°
CMYK 0.580.000.13   0.14
XYZ39.039456.656157.5933
Yxy56.65610.25470.3696
Hunter Lab75.2702-39.14287.3232
CIE-Lab79.9858-42.06123.7466

#5cdbbe color RGB value is (92,219,190).

#5cdbbe hex color red value is 92, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5cdbbe hue: 0.46 , saturation: 0.64 and the lightness value of 5cdbbe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011011 10111110
Octal 134 333 276
Decimal 92 219 190
Hex 5C DB BE

RGB Percentages of Color #5cdbbe

%18.36
%43.71
%37.92

CMYK Percentages of Color #5cdbbe

%58
%0
%13
%14

Triadic Colors of #5cdbbe

#5cdbbe #be5cdb #dbbe5c

Analogous Colors of #5cdbbe

#5cdbbe #5cb9db #5cdb7f

Monochromatic Colors of #5cdbbe

#5cdbbe

Complementary Color

#5cdbbe #db5c79

#5cdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdbbe Color CSS Codes

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

#5cdbbe Text Font Color

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

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


#5cdbbe Background Color

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

This div background color is #5cdbbe


#5cdbbe Border Color

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

This div border color is #5cdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdbbe


Comments

No comments written yet.

Please login to write comment.