Color Hex Logo

#5dbfcc Color Hex

#5DBFCC
(93,191,204)
0 Favorites   0 Comments

Color spaces of #5dbfcc

RGB 93191204
HSL0.520.520.58
HSV187°54°80°
CMYK 0.540.060.00   0.20
XYZ34.044143.948463.8153
Yxy43.94840.24010.3099
Hunter Lab66.2936-24.3477-10.6680
CIE-Lab72.1940-25.0570-15.3142

#5dbfcc color RGB value is (93,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11001100
Octal 135 277 314
Decimal 93 191 204
Hex 5D BF CC

RGB Percentages of Color #5dbfcc

%19.06
%39.14
%41.80

CMYK Percentages of Color #5dbfcc

%54
%6
%0
%20

Triadic Colors of #5dbfcc

#5dbfcc #cc5dbf #bfcc5d

Analogous Colors of #5dbfcc

#5dbfcc #5d88cc #5dcca2

Monochromatic Colors of #5dbfcc

#5dbfcc

Complementary Color

#5dbfcc #cc6a5d

#5dbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfcc Color CSS Codes

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

#5dbfcc Text Font Color

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

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


#5dbfcc Background Color

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

This div background color is #5dbfcc


#5dbfcc Border Color

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

This div border color is #5dbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfcc


Comments

No comments written yet.

Please login to write comment.