Color Hex Logo

#0d94af Color Hex

#0D94AF
(13,148,175)
0 Favorites   0 Comments

Color spaces of #0d94af

RGB 13148175
HSL0.530.860.37
HSV190°93°69°
CMYK 0.930.150.00   0.31
XYZ18.493724.360544.2848
Yxy24.36050.21220.2796
Hunter Lab49.3564-19.4901-18.6483
CIE-Lab56.4469-22.5380-23.2733

#0d94af color RGB value is (13,148,175).

#0d94af hex color red value is 13, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0d94af hue: 0.53 , saturation: 0.86 and the lightness value of 0d94af is 0.37.

The process color (four color CMYK) of #0d94af color hex is 0.93, 0.15, 0.00, 0.31. Web safe color of #0d94af is #009999. Color #0d94af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10010100 10101111
Octal 15 224 257
Decimal 13 148 175
Hex D 94 AF

RGB Percentages of Color #0d94af

%3.87
%44.05
%52.08

CMYK Percentages of Color #0d94af

%93
%15
%0
%31

Triadic Colors of #0d94af

#0d94af #af0d94 #94af0d

Analogous Colors of #0d94af

#0d94af #0d43af #0daf79

Monochromatic Colors of #0d94af

#0d94af

Complementary Color

#0d94af #af280d

#0d94af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d94af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d94af Color CSS Codes

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

#0d94af Text Font Color

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

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


#0d94af Background Color

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

This div background color is #0d94af


#0d94af Border Color

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

This div border color is #0d94af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d94af


Comments

No comments written yet.

Please login to write comment.