Color Hex Logo

#5dacbb Color Hex

#5DACBB
(93,172,187)
0 Favorites   0 Comments

Color spaces of #5dacbb

RGB 93172187
HSL0.530.410.55
HSV190°50°73°
CMYK 0.500.080.00   0.27
XYZ28.236435.420152.3623
Yxy35.42010.24340.3053
Hunter Lab59.5148-19.4627-10.5042
CIE-Lab66.0744-20.1428-15.1853

#5dacbb color RGB value is (93,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 10111011
Octal 135 254 273
Decimal 93 172 187
Hex 5D AC BB

RGB Percentages of Color #5dacbb

%20.58
%38.05
%41.37

CMYK Percentages of Color #5dacbb

%50
%8
%0
%27

Triadic Colors of #5dacbb

#5dacbb #bb5dac #acbb5d

Analogous Colors of #5dacbb

#5dacbb #5d7dbb #5dbb9b

Monochromatic Colors of #5dacbb

#5dacbb

Complementary Color

#5dacbb #bb6c5d

#5dacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacbb Color CSS Codes

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

#5dacbb Text Font Color

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

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


#5dacbb Background Color

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

This div background color is #5dacbb


#5dacbb Border Color

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

This div border color is #5dacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacbb


Comments

No comments written yet.

Please login to write comment.