Color Hex Logo

#0d7cdd Color Hex

#0D7CDD
(13,124,221)
0 Favorites   0 Comments

Color spaces of #0d7cdd

RGB 13124221
HSL0.580.890.46
HSV208°94°87°
CMYK 0.940.440.00   0.13
XYZ20.424819.721371.1367
Yxy19.72130.18350.1772
Hunter Lab44.40874.3820-63.8885
CIE-Lab51.52068.4488-57.1284

#0d7cdd color RGB value is (13,124,221).

#0d7cdd hex color red value is 13, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0d7cdd hue: 0.58 , saturation: 0.89 and the lightness value of 0d7cdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01111100 11011101
Octal 15 174 335
Decimal 13 124 221
Hex D 7C DD

RGB Percentages of Color #0d7cdd

%3.63
%34.64
%61.73

CMYK Percentages of Color #0d7cdd

%94
%44
%0
%13

Triadic Colors of #0d7cdd

#0d7cdd #dd0d7c #7cdd0d

Analogous Colors of #0d7cdd

#0d7cdd #0d14dd #0dddd6

Monochromatic Colors of #0d7cdd

#0d7cdd

Complementary Color

#0d7cdd #dd6e0d

#0d7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d7cdd Color CSS Codes

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

#0d7cdd Text Font Color

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

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


#0d7cdd Background Color

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

This div background color is #0d7cdd


#0d7cdd Border Color

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

This div border color is #0d7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d7cdd


Comments

No comments written yet.

Please login to write comment.