Color Hex Logo

#5dbfcb Color Hex

#5DBFCB
(93,191,203)
0 Favorites   0 Comments

Color spaces of #5dbfcb

RGB 93191203
HSL0.520.510.58
HSV187°54°80°
CMYK 0.540.060.00   0.20
XYZ33.924543.900663.1856
Yxy43.90060.24060.3113
Hunter Lab66.2575-24.5569-10.1608
CIE-Lab72.1620-25.3355-14.8170

#5dbfcb color RGB value is (93,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11001011
Octal 135 277 313
Decimal 93 191 203
Hex 5D BF CB

RGB Percentages of Color #5dbfcb

%19.10
%39.22
%41.68

CMYK Percentages of Color #5dbfcb

%54
%6
%0
%20

Triadic Colors of #5dbfcb

#5dbfcb #cb5dbf #bfcb5d

Analogous Colors of #5dbfcb

#5dbfcb #5d88cb #5dcba0

Monochromatic Colors of #5dbfcb

#5dbfcb

Complementary Color

#5dbfcb #cb695d

#5dbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfcb Color CSS Codes

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

#5dbfcb Text Font Color

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

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


#5dbfcb Background Color

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

This div background color is #5dbfcb


#5dbfcb Border Color

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

This div border color is #5dbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfcb


Comments

No comments written yet.

Please login to write comment.