Color Hex Logo

#00655e Color Hex

#00655E
(0,101,94)
0 Favorites   0 Comments

Color spaces of #00655e

RGB 010194
HSL0.491.000.20
HSV176°100°40°
CMYK 1.000.000.07   0.60
XYZ6.674110.115512.1904
Yxy10.11550.23030.3491
Hunter Lab31.8049-18.2012-0.4617
CIE-Lab38.0489-26.6906-3.2060

#00655e color RGB value is (0,101,94).

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

The process color (four color CMYK) of #00655e color hex is 1.00, 0.00, 0.07, 0.60. Web safe color of #00655e is #006666. Color #00655e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01011110
Octal 0 145 136
Decimal 0 101 94
Hex 0 65 5E

RGB Percentages of Color #00655e

%0.00
%51.79
%48.21

CMYK Percentages of Color #00655e

%100
%0
%7
%60

Triadic Colors of #00655e

#00655e #5e0065 #655e00

Analogous Colors of #00655e

#00655e #003965 #00652c

Monochromatic Colors of #00655e

#00655e

Complementary Color

#00655e #650007

#00655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00655e Color CSS Codes

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

#00655e Text Font Color

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

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


#00655e Background Color

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

This div background color is #00655e


#00655e Border Color

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

This div border color is #00655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00655e


Comments

No comments written yet.

Please login to write comment.