color codes Logo

#00656e color codes

#00656E
(0,101,110)
0 Favorites   0 Comments

Color spaces of #00656e

RGB 0101110
HSL0.511.000.22
HSV185°100°43°
CMYK 1.000.080.00   0.57
XYZ7.468210.433116.3720
Yxy10.43310.21790.3044
Hunter Lab32.3003-15.2543-7.4420
CIE-Lab38.6088-21.2272-12.1985

#00656e color RGB value is (0,101,110).

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

The process color (four color CMYK) of #00656e color code is 1.00, 0.08, 0.00, 0.57. Web safe color of #00656e is #006666. Color #00656e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01101110
Octal 0 145 156
Decimal 0 101 110
Hex 0 65 6E

RGB Percentages of Color #00656e

%0.00
%47.87
%52.13

CMYK Percentages of Color #00656e

%100
%8
%0
%57

Triadic Colors of #00656e

#00656e #6e0065 #656e00

Analogous Colors of #00656e

#00656e #002e6e #006e40

Monochromatic Colors of #00656e

#00656e

Complementary Color

#00656e #6e0900

#00656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00656e Color CSS Codes

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

#00656e Text Font Color

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

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


#00656e Background Color

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

This div background color is #00656e


#00656e Border Color

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

This div border color is #00656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00656e

#00656e Color Palettes


Comments

No comments written yet.

Please login to write comment.