Color Hex Logo

#0d8fcc Color Hex

#0D8FCC
(13,143,204)
0 Favorites   0 Comments

Color spaces of #0d8fcc

RGB 13143204
HSL0.550.880.43
HSV199°94°80°
CMYK 0.940.300.00   0.20
XYZ20.887524.090160.6757
Yxy24.09010.19770.2280
Hunter Lab49.0817-9.9293-38.9383
CIE-Lab56.1779-9.3810-40.1371

#0d8fcc color RGB value is (13,143,204).

#0d8fcc hex color red value is 13, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0d8fcc hue: 0.55 , saturation: 0.88 and the lightness value of 0d8fcc is 0.43.

The process color (four color CMYK) of #0d8fcc color hex is 0.94, 0.30, 0.00, 0.20. Web safe color of #0d8fcc is #0099cc. Color #0d8fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10001111 11001100
Octal 15 217 314
Decimal 13 143 204
Hex D 8F CC

RGB Percentages of Color #0d8fcc

%3.61
%39.72
%56.67

CMYK Percentages of Color #0d8fcc

%94
%30
%0
%20

Triadic Colors of #0d8fcc

#0d8fcc #cc0d8f #8fcc0d

Analogous Colors of #0d8fcc

#0d8fcc #0d2fcc #0dccaa

Monochromatic Colors of #0d8fcc

#0d8fcc

Complementary Color

#0d8fcc #cc4a0d

#0d8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d8fcc Color CSS Codes

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

#0d8fcc Text Font Color

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

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


#0d8fcc Background Color

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

This div background color is #0d8fcc


#0d8fcc Border Color

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

This div border color is #0d8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d8fcc


Comments

No comments written yet.

Please login to write comment.