Color Hex Logo

#00507e Color Hex

#00507E
(0,80,126)
0 Favorites   0 Comments

Color spaces of #00507e

RGB 080126
HSL0.561.000.25
HSV202°100°49°
CMYK 1.000.370.00   0.51
XYZ6.63467.243720.7872
Yxy7.24370.19140.2090
Hunter Lab26.9141-3.0977-26.9529
CIE-Lab32.3554-2.5572-31.7905

#00507e color RGB value is (0,80,126).

#00507e hex color red value is 0, green value is 80 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #00507e hue: 0.56 , saturation: 1.00 and the lightness value of 00507e is 0.25.

The process color (four color CMYK) of #00507e color hex is 1.00, 0.37, 0.00, 0.51. Web safe color of #00507e is #006666. Color #00507e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010000 01111110
Octal 0 120 176
Decimal 0 80 126
Hex 0 50 7E

RGB Percentages of Color #00507e

%0.00
%38.83
%61.17

CMYK Percentages of Color #00507e

%100
%37
%0
%51

Triadic Colors of #00507e

#00507e #7e0050 #507e00

Analogous Colors of #00507e

#00507e #00117e #007e6d

Monochromatic Colors of #00507e

#00507e

Complementary Color

#00507e #7e2e00

#00507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00507e Color CSS Codes

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

#00507e Text Font Color

<p style="color:#00507e">Text here</p>

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


#00507e Background Color

<div style="background-color:#00507e">
Div content here</div>

This div background color is #00507e


#00507e Border Color

<div style="border:3px solid #00507e">
Div here</div>

This div border color is #00507e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,80,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00507e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00507e;
  -webkit-box-shadow: 1px 1px 3px 2px #00507e;
  box-shadow:         1px 1px 3px 2px #00507e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00507e


Comments

No comments written yet.

Please login to write comment.