Color Hex Logo

#5bcfad Color Hex

#5BCFAD
(91,207,173)
0 Favorites   0 Comments

Color spaces of #5bcfad

RGB 91207173
HSL0.450.550.58
HSV162°56°81°
CMYK 0.560.000.16   0.19
XYZ34.170049.866947.3595
Yxy49.86690.26010.3795
Hunter Lab70.6165-37.20619.6683
CIE-Lab75.9875-40.97117.0643

#5bcfad color RGB value is (91,207,173).

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

The process color (four color CMYK) of #5bcfad color hex is 0.56, 0.00, 0.16, 0.19. Web safe color of #5bcfad is #66cc99. Color #5bcfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001111 10101101
Octal 133 317 255
Decimal 91 207 173
Hex 5B CF AD

RGB Percentages of Color #5bcfad

%19.32
%43.95
%36.73

CMYK Percentages of Color #5bcfad

%56
%0
%16
%19

Triadic Colors of #5bcfad

#5bcfad #ad5bcf #cfad5b

Analogous Colors of #5bcfad

#5bcfad #5bb7cf #5bcf73

Monochromatic Colors of #5bcfad

#5bcfad

Complementary Color

#5bcfad #cf5b7d

#5bcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcfad Color CSS Codes

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

#5bcfad Text Font Color

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

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


#5bcfad Background Color

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

This div background color is #5bcfad


#5bcfad Border Color

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

This div border color is #5bcfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,207,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 #5bcfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcfad


Comments

No comments written yet.

Please login to write comment.