Color Hex Logo

#425001 Color Hex

#425001
(66,80,1)
0 Favorites   0 Comments

Color spaces of #425001

RGB 66801
HSL0.200.980.16
HSV71°99°31°
CMYK 0.180.000.99   0.69
XYZ5.12096.89781.0902
Yxy6.89780.39060.5262
Hunter Lab26.2637-11.157415.9234
CIE-Lab31.5731-16.211338.9158

#425001 color RGB value is (66,80,1).

#425001 hex color red value is 66, green value is 80 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #425001 hue: 0.20 , saturation: 0.98 and the lightness value of 425001 is 0.16.

The process color (four color CMYK) of #425001 color hex is 0.18, 0.00, 0.99, 0.69. Web safe color of #425001 is #336600. Color #425001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 00000001
Octal 102 120 1
Decimal 66 80 1
Hex 42 50 1

RGB Percentages of Color #425001

%44.90
%54.42
%0.68

CMYK Percentages of Color #425001

%18
%0
%99
%69

Triadic Colors of #425001

#425001 #014250 #500142

Analogous Colors of #425001

#425001 #1b5001 #503701

Monochromatic Colors of #425001

#425001

Complementary Color

#425001 #0f0150

#425001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425001 Color CSS Codes

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

#425001 Text Font Color

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

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


#425001 Background Color

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

This div background color is #425001


#425001 Border Color

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

This div border color is #425001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425001


Comments

No comments written yet.

Please login to write comment.