Color Hex Logo

#5d9fbf Color Hex

#5D9FBF
(93,159,191)
0 Favorites   0 Comments

Color spaces of #5d9fbf

RGB 93159191
HSL0.550.430.56
HSV200°51°75°
CMYK 0.510.170.00   0.25
XYZ26.316330.885053.8646
Yxy30.88500.23690.2781
Hunter Lab55.5743-12.7292-18.5640
CIE-Lab62.4104-12.0902-22.9870

#5d9fbf color RGB value is (93,159,191).

#5d9fbf hex color red value is 93, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5d9fbf hue: 0.55 , saturation: 0.43 and the lightness value of 5d9fbf is 0.56.

The process color (four color CMYK) of #5d9fbf color hex is 0.51, 0.17, 0.00, 0.25. Web safe color of #5d9fbf is #6699cc. Color #5d9fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10011111 10111111
Octal 135 237 277
Decimal 93 159 191
Hex 5D 9F BF

RGB Percentages of Color #5d9fbf

%20.99
%35.89
%43.12

CMYK Percentages of Color #5d9fbf

%51
%17
%0
%25

Triadic Colors of #5d9fbf

#5d9fbf #bf5d9f #9fbf5d

Analogous Colors of #5d9fbf

#5d9fbf #5d6ebf #5dbfae

Monochromatic Colors of #5d9fbf

#5d9fbf

Complementary Color

#5d9fbf #bf7d5d

#5d9fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9fbf Color CSS Codes

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

#5d9fbf Text Font Color

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

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


#5d9fbf Background Color

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

This div background color is #5d9fbf


#5d9fbf Border Color

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

This div border color is #5d9fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9fbf


Comments

No comments written yet.

Please login to write comment.