Color Hex Logo

#0c5ebd Color Hex

#0C5EBD
(12,94,189)
0 Favorites   0 Comments

Color spaces of #0c5ebd

RGB 1294189
HSL0.590.880.39
HSV212°94°74°
CMYK 0.940.500.00   0.26
XYZ13.339611.757749.7105
Yxy11.75770.17830.1572
Hunter Lab34.28959.4350-61.9518
CIE-Lab40.828414.8893-56.0219

#0c5ebd color RGB value is (12,94,189).

#0c5ebd hex color red value is 12, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0c5ebd hue: 0.59 , saturation: 0.88 and the lightness value of 0c5ebd is 0.39.

The process color (four color CMYK) of #0c5ebd color hex is 0.94, 0.50, 0.00, 0.26. Web safe color of #0c5ebd is #0066cc. Color #0c5ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01011110 10111101
Octal 14 136 275
Decimal 12 94 189
Hex C 5E BD

RGB Percentages of Color #0c5ebd

%4.07
%31.86
%64.07

CMYK Percentages of Color #0c5ebd

%94
%50
%0
%26

Triadic Colors of #0c5ebd

#0c5ebd #bd0c5e #5ebd0c

Analogous Colors of #0c5ebd

#0c5ebd #130cbd #0cb7bd

Monochromatic Colors of #0c5ebd

#0c5ebd

Complementary Color

#0c5ebd #bd6b0c

#0c5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c5ebd Color CSS Codes

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

#0c5ebd Text Font Color

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

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


#0c5ebd Background Color

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

This div background color is #0c5ebd


#0c5ebd Border Color

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

This div border color is #0c5ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,94,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c5ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c5ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #0c5ebd;
  box-shadow:         1px 1px 3px 2px #0c5ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,94,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c5ebd


Comments

No comments written yet.

Please login to write comment.