Color Hex Logo

#0d99cf Color Hex

#0D99CF
(13,153,207)
1 Favorites   0 Comments

Color spaces of #0d99cf

RGB 13153207
HSL0.550.880.43
HSV197°94°81°
CMYK 0.940.260.00   0.19
XYZ22.819727.373063.1123
Yxy27.37300.20140.2416
Hunter Lab52.3192-13.7035-34.8977
CIE-Lab59.3180-13.8851-36.8973

#0d99cf color RGB value is (13,153,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011001 11001111
Octal 15 231 317
Decimal 13 153 207
Hex D 99 CF

RGB Percentages of Color #0d99cf

%3.49
%41.02
%55.50

CMYK Percentages of Color #0d99cf

%94
%26
%0
%19

Triadic Colors of #0d99cf

#0d99cf #cf0d99 #99cf0d

Analogous Colors of #0d99cf

#0d99cf #0d38cf #0dcfa4

Monochromatic Colors of #0d99cf

#0d99cf

Complementary Color

#0d99cf #cf430d

#0d99cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d99cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d99cf Color CSS Codes

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

#0d99cf Text Font Color

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

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


#0d99cf Background Color

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

This div background color is #0d99cf


#0d99cf Border Color

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

This div border color is #0d99cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d99cf


Comments

No comments written yet.

Please login to write comment.