Color Hex Logo

#007dbd Color Hex

#007DBD
(0,125,189)
0 Favorites   0 Comments

Color spaces of #007dbd

RGB 0125189
HSL0.561.000.37
HSV200°100°74°
CMYK 1.000.340.00   0.26
XYZ16.518918.341450.8137
Yxy18.34140.19280.2141
Hunter Lab42.8269-6.0971-40.3683
CIE-Lab49.9076-5.0545-41.4990

#007dbd color RGB value is (0,125,189).

#007dbd hex color red value is 0, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #007dbd hue: 0.56 , saturation: 1.00 and the lightness value of 007dbd is 0.37.

The process color (four color CMYK) of #007dbd color hex is 1.00, 0.34, 0.00, 0.26. Web safe color of #007dbd is #0066cc. Color #007dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 10111101
Octal 0 175 275
Decimal 0 125 189
Hex 0 7D BD

RGB Percentages of Color #007dbd

%0.00
%39.81
%60.19

CMYK Percentages of Color #007dbd

%100
%34
%0
%26

Triadic Colors of #007dbd

#007dbd #bd007d #7dbd00

Analogous Colors of #007dbd

#007dbd #001fbd #00bd9f

Monochromatic Colors of #007dbd

#007dbd

Complementary Color

#007dbd #bd4000

#007dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#007dbd Color CSS Codes

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

#007dbd Text Font Color

<p style="color:#007dbd">Text here</p>

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


#007dbd Background Color

<div style="background-color:#007dbd">
Div content here</div>

This div background color is #007dbd


#007dbd Border Color

<div style="border:3px solid #007dbd">
Div here</div>

This div border color is #007dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,125,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #007dbd;
  box-shadow:         1px 1px 3px 2px #007dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,125,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007dbd


Comments

No comments written yet.

Please login to write comment.