Color Hex Logo

#0d94bc Color Hex

#0D94BC
(13,148,188)
0 Favorites   0 Comments

Color spaces of #0d94bc

RGB 13148188
HSL0.540.870.39
HSV194°93°74°
CMYK 0.930.210.00   0.26
XYZ19.833024.896251.3371
Yxy24.89620.20650.2592
Hunter Lab49.8961-16.3669-26.0750
CIE-Lab56.9741-17.9787-29.8461

#0d94bc color RGB value is (13,148,188).

#0d94bc hex color red value is 13, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0d94bc hue: 0.54 , saturation: 0.87 and the lightness value of 0d94bc is 0.39.

The process color (four color CMYK) of #0d94bc color hex is 0.93, 0.21, 0.00, 0.26. Web safe color of #0d94bc is #0099cc. Color #0d94bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10010100 10111100
Octal 15 224 274
Decimal 13 148 188
Hex D 94 BC

RGB Percentages of Color #0d94bc

%3.72
%42.41
%53.87

CMYK Percentages of Color #0d94bc

%93
%21
%0
%26

Triadic Colors of #0d94bc

#0d94bc #bc0d94 #94bc0d

Analogous Colors of #0d94bc

#0d94bc #0d3dbc #0dbc8d

Monochromatic Colors of #0d94bc

#0d94bc

Complementary Color

#0d94bc #bc350d

#0d94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d94bc Color CSS Codes

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

#0d94bc Text Font Color

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

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


#0d94bc Background Color

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

This div background color is #0d94bc


#0d94bc Border Color

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

This div border color is #0d94bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d94bc


Comments

No comments written yet.

Please login to write comment.