Color Hex Logo

#00647d Color Hex

#00647D
(0,100,125)
1 Favorites   0 Comments

Color spaces of #00647d

RGB 0100125
HSL0.531.000.25
HSV192°100°49°
CMYK 1.000.200.00   0.51
XYZ8.258810.595021.0118
Yxy10.59500.20720.2658
Hunter Lab32.5500-11.6722-15.4882
CIE-Lab38.8898-15.1335-20.9375

#00647d color RGB value is (0,100,125).

#00647d hex color red value is 0, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #00647d hue: 0.53 , saturation: 1.00 and the lightness value of 00647d is 0.25.

The process color (four color CMYK) of #00647d color hex is 1.00, 0.20, 0.00, 0.51. Web safe color of #00647d is #006666. Color #00647d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100100 01111101
Octal 0 144 175
Decimal 0 100 125
Hex 0 64 7D

RGB Percentages of Color #00647d

%0.00
%44.44
%55.56

CMYK Percentages of Color #00647d

%100
%20
%0
%51

Triadic Colors of #00647d

#00647d #7d0064 #647d00

Analogous Colors of #00647d

#00647d #00267d #007d57

Monochromatic Colors of #00647d

#00647d

Complementary Color

#00647d #7d1900

#00647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00647d Color CSS Codes

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

#00647d Text Font Color

<p style="color:#00647d">Text here</p>

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


#00647d Background Color

<div style="background-color:#00647d">
Div content here</div>

This div background color is #00647d


#00647d Border Color

<div style="border:3px solid #00647d">
Div here</div>

This div border color is #00647d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00647d


Comments

No comments written yet.

Please login to write comment.