Color Hex Logo

#00655f Color Hex

#00655F
(0,101,95)
0 Favorites   0 Comments

Color spaces of #00655f

RGB 010195
HSL0.491.000.20
HSV176°100°40°
CMYK 1.000.000.06   0.60
XYZ6.719210.133612.4283
Yxy10.13360.22950.3461
Hunter Lab31.8333-18.0315-0.8646
CIE-Lab38.0811-26.3659-3.7735

#00655f color RGB value is (0,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01011111
Octal 0 145 137
Decimal 0 101 95
Hex 0 65 5F

RGB Percentages of Color #00655f

%0.00
%51.53
%48.47

CMYK Percentages of Color #00655f

%100
%0
%6
%60

Triadic Colors of #00655f

#00655f #5f0065 #655f00

Analogous Colors of #00655f

#00655f #003965 #00652d

Monochromatic Colors of #00655f

#00655f

Complementary Color

#00655f #650006

#00655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00655f Color CSS Codes

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

#00655f Text Font Color

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

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


#00655f Background Color

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

This div background color is #00655f


#00655f Border Color

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

This div border color is #00655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00655f


Comments

No comments written yet.

Please login to write comment.