Color Hex Logo

#00654f Color Hex

#00654F
(0,101,79)
0 Favorites   0 Comments

Color spaces of #00654f

RGB 010179
HSL0.461.000.20
HSV167°100°40°
CMYK 1.000.000.22   0.60
XYZ6.06509.87198.9829
Yxy9.87190.24340.3961
Hunter Lab31.4196-20.52805.0426
CIE-Lab37.6115-31.28185.3676

#00654f color RGB value is (0,101,79).

#00654f hex color red value is 0, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #00654f hue: 0.46 , saturation: 1.00 and the lightness value of 00654f is 0.20.

The process color (four color CMYK) of #00654f color hex is 1.00, 0.00, 0.22, 0.60. Web safe color of #00654f is #006666. Color #00654f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01001111
Octal 0 145 117
Decimal 0 101 79
Hex 0 65 4F

RGB Percentages of Color #00654f

%0.00
%56.11
%43.89

CMYK Percentages of Color #00654f

%100
%0
%22
%60

Triadic Colors of #00654f

#00654f #4f0065 #654f00

Analogous Colors of #00654f

#00654f #004865 #00651d

Monochromatic Colors of #00654f

#00654f

Complementary Color

#00654f #650016

#00654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00654f Color CSS Codes

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

#00654f Text Font Color

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

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


#00654f Background Color

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

This div background color is #00654f


#00654f Border Color

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

This div border color is #00654f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,101,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00654f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00654f;
  -webkit-box-shadow: 1px 1px 3px 2px #00654f;
  box-shadow:         1px 1px 3px 2px #00654f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00654f


Comments

No comments written yet.

Please login to write comment.