Color Hex Logo

#5cbda9 Color Hex

#5CBDA9
(92,189,169)
0 Favorites   0 Comments

Color spaces of #5cbda9

RGB 92189169
HSL0.470.420.55
HSV168°51°74°
CMYK 0.510.000.11   0.26
XYZ29.772741.535143.9840
Yxy41.53510.25820.3603
Hunter Lab64.4477-30.32254.6494
CIE-Lab70.5492-33.48641.3772

#5cbda9 color RGB value is (92,189,169).

#5cbda9 hex color red value is 92, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #5cbda9 hue: 0.47 , saturation: 0.42 and the lightness value of 5cbda9 is 0.55.

The process color (four color CMYK) of #5cbda9 color hex is 0.51, 0.00, 0.11, 0.26. Web safe color of #5cbda9 is #66cc99. Color #5cbda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 10101001
Octal 134 275 251
Decimal 92 189 169
Hex 5C BD A9

RGB Percentages of Color #5cbda9

%20.44
%42.00
%37.56

CMYK Percentages of Color #5cbda9

%51
%0
%11
%26

Triadic Colors of #5cbda9

#5cbda9 #a95cbd #bda95c

Analogous Colors of #5cbda9

#5cbda9 #5ca1bd #5cbd79

Monochromatic Colors of #5cbda9

#5cbda9

Complementary Color

#5cbda9 #bd5c70

#5cbda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbda9 Color CSS Codes

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

#5cbda9 Text Font Color

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

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


#5cbda9 Background Color

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

This div background color is #5cbda9


#5cbda9 Border Color

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

This div border color is #5cbda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbda9


Comments

No comments written yet.

Please login to write comment.