Color Hex Logo

#006478 Color Hex

#006478
(0,100,120)
0 Favorites   0 Comments

Color spaces of #006478

RGB 0100120
HSL0.531.000.24
HSV190°100°47°
CMYK 1.000.170.00   0.53
XYZ7.947310.470419.3714
Yxy10.47040.21030.2771
Hunter Lab32.3580-12.7859-12.8439
CIE-Lab38.6738-17.0224-18.2205

#006478 color RGB value is (0,100,120).

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

The process color (four color CMYK) of #006478 color hex is 1.00, 0.17, 0.00, 0.53. Web safe color of #006478 is #006666. Color #006478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100100 01111000
Octal 0 144 170
Decimal 0 100 120
Hex 0 64 78

RGB Percentages of Color #006478

%0.00
%45.45
%54.55

CMYK Percentages of Color #006478

%100
%17
%0
%53

Triadic Colors of #006478

#006478 #780064 #647800

Analogous Colors of #006478

#006478 #002878 #007850

Monochromatic Colors of #006478

#006478

Complementary Color

#006478 #781400

#006478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006478 Color CSS Codes

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

#006478 Text Font Color

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

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


#006478 Background Color

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

This div background color is #006478


#006478 Border Color

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

This div border color is #006478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006478


Comments

No comments written yet.

Please login to write comment.