Color Hex Logo

#5dabbb Color Hex

#5DABBB
(93,171,187)
0 Favorites   0 Comments

Color spaces of #5dabbb

RGB 93171187
HSL0.530.410.55
HSV190°50°73°
CMYK 0.500.090.00   0.27
XYZ28.046835.040852.2990
Yxy35.04080.24310.3037
Hunter Lab59.1953-19.0182-10.9460
CIE-Lab65.7804-19.6239-15.6291

#5dabbb color RGB value is (93,171,187).

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

The process color (four color CMYK) of #5dabbb color hex is 0.50, 0.09, 0.00, 0.27. Web safe color of #5dabbb is #6699cc. Color #5dabbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 10111011
Octal 135 253 273
Decimal 93 171 187
Hex 5D AB BB

RGB Percentages of Color #5dabbb

%20.62
%37.92
%41.46

CMYK Percentages of Color #5dabbb

%50
%9
%0
%27

Triadic Colors of #5dabbb

#5dabbb #bb5dab #abbb5d

Analogous Colors of #5dabbb

#5dabbb #5d7cbb #5dbb9c

Monochromatic Colors of #5dabbb

#5dabbb

Complementary Color

#5dabbb #bb6d5d

#5dabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabbb Color CSS Codes

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

#5dabbb Text Font Color

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

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


#5dabbb Background Color

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

This div background color is #5dabbb


#5dabbb Border Color

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

This div border color is #5dabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabbb


Comments

No comments written yet.

Please login to write comment.