Color Hex Logo

#5dbcab Color Hex

#5DBCAB
(93,188,171)
0 Favorites   0 Comments

Color spaces of #5dbcab

RGB 93188171
HSL0.470.410.55
HSV169°51°74°
CMYK 0.510.000.09   0.26
XYZ29.848141.233944.9138
Yxy41.23390.25730.3555
Hunter Lab64.2136-29.40263.4795
CIE-Lab70.3395-32.2961-0.0189

#5dbcab color RGB value is (93,188,171).

#5dbcab hex color red value is 93, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5dbcab hue: 0.47 , saturation: 0.41 and the lightness value of 5dbcab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111100 10101011
Octal 135 274 253
Decimal 93 188 171
Hex 5D BC AB

RGB Percentages of Color #5dbcab

%20.58
%41.59
%37.83

CMYK Percentages of Color #5dbcab

%51
%0
%9
%26

Triadic Colors of #5dbcab

#5dbcab #ab5dbc #bcab5d

Analogous Colors of #5dbcab

#5dbcab #5d9ebc #5dbc7c

Monochromatic Colors of #5dbcab

#5dbcab

Complementary Color

#5dbcab #bc5d6e

#5dbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbcab Color CSS Codes

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

#5dbcab Text Font Color

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

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


#5dbcab Background Color

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

This div background color is #5dbcab


#5dbcab Border Color

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

This div border color is #5dbcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,188,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dbcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dbcab;
  -webkit-box-shadow: 1px 1px 3px 2px #5dbcab;
  box-shadow:         1px 1px 3px 2px #5dbcab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbcab


Comments

No comments written yet.

Please login to write comment.