Color Hex Logo

#5d9aec Color Hex

#5D9AEC
(93,154,236)
0 Favorites   0 Comments

Color spaces of #5d9aec

RGB 93154236
HSL0.600.790.65
HSV214°61°93°
CMYK 0.610.350.00   0.07
XYZ31.210131.494583.7910
Yxy31.49450.21300.2150
Hunter Lab56.12001.0596-49.2401
CIE-Lab62.92294.7647-47.2036

#5d9aec color RGB value is (93,154,236).

#5d9aec hex color red value is 93, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5d9aec hue: 0.60 , saturation: 0.79 and the lightness value of 5d9aec is 0.65.

The process color (four color CMYK) of #5d9aec color hex is 0.61, 0.35, 0.00, 0.07. Web safe color of #5d9aec is #6699ff. Color #5d9aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10011010 11101100
Octal 135 232 354
Decimal 93 154 236
Hex 5D 9A EC

RGB Percentages of Color #5d9aec

%19.25
%31.88
%48.86

CMYK Percentages of Color #5d9aec

%61
%35
%0
%7

Triadic Colors of #5d9aec

#5d9aec #ec5d9a #9aec5d

Analogous Colors of #5d9aec

#5d9aec #685dec #5de2ec

Monochromatic Colors of #5d9aec

#5d9aec

Complementary Color

#5d9aec #ecaf5d

#5d9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9aec Color CSS Codes

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

#5d9aec Text Font Color

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

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


#5d9aec Background Color

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

This div background color is #5d9aec


#5d9aec Border Color

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

This div border color is #5d9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9aec


Comments

No comments written yet.

Please login to write comment.