Color Hex Logo

#199966 Color Hex

#199966
(25,153,102)
0 Favorites   0 Comments

Color spaces of #199966

RGB 25153102
HSL0.430.720.35
HSV156°84°60°
CMYK 0.840.000.33   0.40
XYZ14.190423.948416.4450
Yxy23.94840.26000.4387
Hunter Lab48.9371-33.879914.3319
CIE-Lab56.0361-45.250417.6908

#199966 color RGB value is (25,153,102).

#199966 hex color red value is 25, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #199966 hue: 0.43 , saturation: 0.72 and the lightness value of 199966 is 0.35.

The process color (four color CMYK) of #199966 color hex is 0.84, 0.00, 0.33, 0.40. Web safe color of #199966 is #009966. Color #199966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 01100110
Octal 31 231 146
Decimal 25 153 102
Hex 19 99 66

RGB Percentages of Color #199966

%8.93
%54.64
%36.43

CMYK Percentages of Color #199966

%84
%0
%33
%40

Triadic Colors of #199966

#199966 #661999 #996619

Analogous Colors of #199966

#199966 #198c99 #199926

Monochromatic Colors of #199966

#199966

Complementary Color

#199966 #99194c

#199966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199966 Color CSS Codes

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

#199966 Text Font Color

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

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


#199966 Background Color

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

This div background color is #199966


#199966 Border Color

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

This div border color is #199966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,153,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199966;
  -webkit-box-shadow: 1px 1px 3px 2px #199966;
  box-shadow:         1px 1px 3px 2px #199966; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199966


Comments

No comments written yet.

Please login to write comment.