Color Hex Logo

#5cbdbd Color Hex

#5CBDBD
(92,189,189)
0 Favorites   0 Comments

Color spaces of #5cbdbd

RGB 92189189
HSL0.500.420.55
HSV180°51°74°
CMYK 0.510.000.00   0.26
XYZ31.796542.344654.6416
Yxy42.34460.24690.3288
Hunter Lab65.0727-26.6568-4.2349
CIE-Lab71.1079-28.3683-8.7484

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 10111101
Octal 134 275 275
Decimal 92 189 189
Hex 5C BD BD

RGB Percentages of Color #5cbdbd

%19.57
%40.21
%40.21

CMYK Percentages of Color #5cbdbd

%51
%0
%0
%26

Triadic Colors of #5cbdbd

#5cbdbd #bd5cbd #bdbd5c

Analogous Colors of #5cbdbd

#5cbdbd #5c8dbd #5cbd8d

Monochromatic Colors of #5cbdbd

#5cbdbd

Complementary Color

#5cbdbd #bd5c5c

#5cbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdbd Color CSS Codes

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

#5cbdbd Text Font Color

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

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


#5cbdbd Background Color

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

This div background color is #5cbdbd


#5cbdbd Border Color

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

This div border color is #5cbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdbd

#5cbdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.