Color Hex Logo

#5bddae Color Hex

#5BDDAE
(91,221,174)
0 Favorites   0 Comments

Color spaces of #5bddae

RGB 91221174
HSL0.440.660.61
HSV158°59°87°
CMYK 0.590.000.21   0.13
XYZ37.810856.993049.0523
Yxy56.99300.26280.3962
Hunter Lab75.4937-42.712814.3217
CIE-Lab80.1757-46.820212.5009

#5bddae color RGB value is (91,221,174).

#5bddae hex color red value is 91, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5bddae hue: 0.44 , saturation: 0.66 and the lightness value of 5bddae is 0.61.

The process color (four color CMYK) of #5bddae color hex is 0.59, 0.00, 0.21, 0.13. Web safe color of #5bddae is #66cc99. Color #5bddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 10101110
Octal 133 335 256
Decimal 91 221 174
Hex 5B DD AE

RGB Percentages of Color #5bddae

%18.72
%45.47
%35.80

CMYK Percentages of Color #5bddae

%59
%0
%21
%13

Triadic Colors of #5bddae

#5bddae #ae5bdd #ddae5b

Analogous Colors of #5bddae

#5bddae #5bcbdd #5bdd6d

Monochromatic Colors of #5bddae

#5bddae

Complementary Color

#5bddae #dd5b8a

#5bddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bddae Color CSS Codes

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

#5bddae Text Font Color

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

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


#5bddae Background Color

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

This div background color is #5bddae


#5bddae Border Color

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

This div border color is #5bddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bddae


Comments

No comments written yet.

Please login to write comment.