Color Hex Logo

#5bccad Color Hex

#5BCCAD
(91,204,173)
0 Favorites   0 Comments

Color spaces of #5bccad

RGB 91204173
HSL0.450.530.58
HSV164°55°80°
CMYK 0.550.000.15   0.20
XYZ33.450148.427047.1195
Yxy48.42700.25930.3754
Hunter Lab69.5895-35.98078.5670
CIE-Lab75.0935-39.63205.7793

#5bccad color RGB value is (91,204,173).

#5bccad hex color red value is 91, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5bccad hue: 0.45 , saturation: 0.53 and the lightness value of 5bccad is 0.58.

The process color (four color CMYK) of #5bccad color hex is 0.55, 0.00, 0.15, 0.20. Web safe color of #5bccad is #66cc99. Color #5bccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 10101101
Octal 133 314 255
Decimal 91 204 173
Hex 5B CC AD

RGB Percentages of Color #5bccad

%19.44
%43.59
%36.97

CMYK Percentages of Color #5bccad

%55
%0
%15
%20

Triadic Colors of #5bccad

#5bccad #ad5bcc #ccad5b

Analogous Colors of #5bccad

#5bccad #5bb3cc #5bcc75

Monochromatic Colors of #5bccad

#5bccad

Complementary Color

#5bccad #cc5b7a

#5bccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccad Color CSS Codes

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

#5bccad Text Font Color

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

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


#5bccad Background Color

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

This div background color is #5bccad


#5bccad Border Color

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

This div border color is #5bccad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,204,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bccad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bccad;
  -webkit-box-shadow: 1px 1px 3px 2px #5bccad;
  box-shadow:         1px 1px 3px 2px #5bccad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccad


Comments

No comments written yet.

Please login to write comment.