Color Hex Logo

#00656c Color Hex

#00656C
(0,101,108)
0 Favorites   0 Comments

Color spaces of #00656c

RGB 0101108
HSL0.511.000.21
HSV184°100°42°
CMYK 1.000.060.00   0.58
XYZ7.360510.390115.8049
Yxy10.39010.21940.3096
Hunter Lab32.2337-15.6488-6.5077
CIE-Lab38.5336-21.9378-11.0856

#00656c color RGB value is (0,101,108).

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

The process color (four color CMYK) of #00656c color hex is 1.00, 0.06, 0.00, 0.58. Web safe color of #00656c is #006666. Color #00656c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01101100
Octal 0 145 154
Decimal 0 101 108
Hex 0 65 6C

RGB Percentages of Color #00656c

%0.00
%48.33
%51.67

CMYK Percentages of Color #00656c

%100
%6
%0
%58

Triadic Colors of #00656c

#00656c #6c0065 #656c00

Analogous Colors of #00656c

#00656c #002f6c #006c3d

Monochromatic Colors of #00656c

#00656c

Complementary Color

#00656c #6c0700

#00656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00656c Color CSS Codes

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

#00656c Text Font Color

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

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


#00656c Background Color

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

This div background color is #00656c


#00656c Border Color

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

This div border color is #00656c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00656c


Comments

No comments written yet.

Please login to write comment.