Color Hex Logo

#0d5cac Color Hex

#0D5CAC
(13,92,172)
0 Favorites   0 Comments

Color spaces of #0d5cac

RGB 1392172
HSL0.580.860.36
HSV210°92°67°
CMYK 0.920.470.00   0.33
XYZ11.439510.718440.4957
Yxy10.71840.18260.1711
Hunter Lab32.73905.0775-50.4201
CIE-Lab39.10219.3561-48.8254

#0d5cac color RGB value is (13,92,172).

#0d5cac hex color red value is 13, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0d5cac hue: 0.58 , saturation: 0.86 and the lightness value of 0d5cac is 0.36.

The process color (four color CMYK) of #0d5cac color hex is 0.92, 0.47, 0.00, 0.33. Web safe color of #0d5cac is #006699. Color #0d5cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01011100 10101100
Octal 15 134 254
Decimal 13 92 172
Hex D 5C AC

RGB Percentages of Color #0d5cac

%4.69
%33.21
%62.09

CMYK Percentages of Color #0d5cac

%92
%47
%0
%33

Triadic Colors of #0d5cac

#0d5cac #ac0d5c #5cac0d

Analogous Colors of #0d5cac

#0d5cac #0e0dac #0dacac

Monochromatic Colors of #0d5cac

#0d5cac

Complementary Color

#0d5cac #ac5d0d

#0d5cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5cac Color CSS Codes

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

#0d5cac Text Font Color

<p style="color:#0d5cac">Text here</p>

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


#0d5cac Background Color

<div style="background-color:#0d5cac">
Div content here</div>

This div background color is #0d5cac


#0d5cac Border Color

<div style="border:3px solid #0d5cac">
Div here</div>

This div border color is #0d5cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,92,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d5cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d5cac;
  -webkit-box-shadow: 1px 1px 3px 2px #0d5cac;
  box-shadow:         1px 1px 3px 2px #0d5cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,92,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5cac


Comments

No comments written yet.

Please login to write comment.