Color Hex Logo

#5dbacb Color Hex

#5DBACB
(93,186,203)
0 Favorites   0 Comments

Color spaces of #5dbacb

RGB 93186203
HSL0.530.510.58
HSV189°54°80°
CMYK 0.540.080.00   0.20
XYZ32.852641.756862.8283
Yxy41.75680.23900.3038
Hunter Lab64.6195-22.3346-12.4129
CIE-Lab70.7029-22.8218-17.0176

#5dbacb color RGB value is (93,186,203).

#5dbacb hex color red value is 93, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5dbacb hue: 0.53 , saturation: 0.51 and the lightness value of 5dbacb is 0.58.

The process color (four color CMYK) of #5dbacb color hex is 0.54, 0.08, 0.00, 0.20. Web safe color of #5dbacb is #66cccc. Color #5dbacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11001011
Octal 135 272 313
Decimal 93 186 203
Hex 5D BA CB

RGB Percentages of Color #5dbacb

%19.29
%38.59
%42.12

CMYK Percentages of Color #5dbacb

%54
%8
%0
%20

Triadic Colors of #5dbacb

#5dbacb #cb5dba #bacb5d

Analogous Colors of #5dbacb

#5dbacb #5d83cb #5dcba5

Monochromatic Colors of #5dbacb

#5dbacb

Complementary Color

#5dbacb #cb6e5d

#5dbacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbacb Color CSS Codes

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

#5dbacb Text Font Color

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

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


#5dbacb Background Color

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

This div background color is #5dbacb


#5dbacb Border Color

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

This div border color is #5dbacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbacb


Comments

No comments written yet.

Please login to write comment.