Color Hex Logo

#5d9fdd Color Hex

#5D9FDD
(93,159,221)
0 Favorites   0 Comments

Color spaces of #5d9fdd

RGB 93159221
HSL0.580.650.62
HSV209°58°87°
CMYK 0.580.280.00   0.13
XYZ29.963532.343973.0704
Yxy32.34390.22130.2389
Hunter Lab56.8717-5.4807-36.3673
CIE-Lab63.6261-2.9216-37.8154

#5d9fdd color RGB value is (93,159,221).

#5d9fdd hex color red value is 93, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5d9fdd hue: 0.58 , saturation: 0.65 and the lightness value of 5d9fdd is 0.62.

The process color (four color CMYK) of #5d9fdd color hex is 0.58, 0.28, 0.00, 0.13. Web safe color of #5d9fdd is #6699cc. Color #5d9fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10011111 11011101
Octal 135 237 335
Decimal 93 159 221
Hex 5D 9F DD

RGB Percentages of Color #5d9fdd

%19.66
%33.62
%46.72

CMYK Percentages of Color #5d9fdd

%58
%28
%0
%13

Triadic Colors of #5d9fdd

#5d9fdd #dd5d9f #9fdd5d

Analogous Colors of #5d9fdd

#5d9fdd #5d5fdd #5ddddb

Monochromatic Colors of #5d9fdd

#5d9fdd

Complementary Color

#5d9fdd #dd9b5d

#5d9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9fdd Color CSS Codes

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

#5d9fdd Text Font Color

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

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


#5d9fdd Background Color

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

This div background color is #5d9fdd


#5d9fdd Border Color

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

This div border color is #5d9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9fdd


Comments

No comments written yet.

Please login to write comment.