Color Hex Logo

#00665a Color Hex

#00665A
(0,102,90)
0 Favorites   0 Comments

Color spaces of #00665a

RGB 010290
HSL0.481.000.20
HSV173°100°40°
CMYK 1.000.000.12   0.60
XYZ6.596810.240911.3019
Yxy10.24090.23440.3639
Hunter Lab32.0014-19.20631.4616
CIE-Lab38.2714-28.4489-0.4213

#00665a color RGB value is (0,102,90).

#00665a hex color red value is 0, green value is 102 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #00665a hue: 0.48 , saturation: 1.00 and the lightness value of 00665a is 0.20.

The process color (four color CMYK) of #00665a color hex is 1.00, 0.00, 0.12, 0.60. Web safe color of #00665a is #006666. Color #00665a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100110 01011010
Octal 0 146 132
Decimal 0 102 90
Hex 0 66 5A

RGB Percentages of Color #00665a

%0.00
%53.13
%46.88

CMYK Percentages of Color #00665a

%100
%0
%12
%60

Triadic Colors of #00665a

#00665a #5a0066 #665a00

Analogous Colors of #00665a

#00665a #003f66 #006627

Monochromatic Colors of #00665a

#00665a

Complementary Color

#00665a #66000c

#00665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00665a Color CSS Codes

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

#00665a Text Font Color

<p style="color:#00665a">Text here</p>

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


#00665a Background Color

<div style="background-color:#00665a">
Div content here</div>

This div background color is #00665a


#00665a Border Color

<div style="border:3px solid #00665a">
Div here</div>

This div border color is #00665a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,102,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00665a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00665a;
  -webkit-box-shadow: 1px 1px 3px 2px #00665a;
  box-shadow:         1px 1px 3px 2px #00665a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00665a


Comments

No comments written yet.

Please login to write comment.