Color Hex Logo

#5d8ac4 Color Hex

#5D8AC4
(93,138,196)
0 Favorites   0 Comments

Color spaces of #5d8ac4

RGB 93138196
HSL0.590.470.57
HSV214°53°77°
CMYK 0.530.300.00   0.23
XYZ23.566524.489655.7094
Yxy24.48960.22710.2360
Hunter Lab49.4870-1.5976-32.1042
CIE-Lab56.57471.2932-34.8342

#5d8ac4 color RGB value is (93,138,196).

#5d8ac4 hex color red value is 93, green value is 138 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #5d8ac4 hue: 0.59 , saturation: 0.47 and the lightness value of 5d8ac4 is 0.57.

The process color (four color CMYK) of #5d8ac4 color hex is 0.53, 0.30, 0.00, 0.23. Web safe color of #5d8ac4 is #6699cc. Color #5d8ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001010 11000100
Octal 135 212 304
Decimal 93 138 196
Hex 5D 8A C4

RGB Percentages of Color #5d8ac4

%21.78
%32.32
%45.90

CMYK Percentages of Color #5d8ac4

%53
%30
%0
%23

Triadic Colors of #5d8ac4

#5d8ac4 #c45d8a #8ac45d

Analogous Colors of #5d8ac4

#5d8ac4 #635dc4 #5dbec4

Monochromatic Colors of #5d8ac4

#5d8ac4

Complementary Color

#5d8ac4 #c4975d

#5d8ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d8ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d8ac4 Color CSS Codes

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

#5d8ac4 Text Font Color

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

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


#5d8ac4 Background Color

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

This div background color is #5d8ac4


#5d8ac4 Border Color

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

This div border color is #5d8ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d8ac4


Comments

No comments written yet.

Please login to write comment.