Color Hex Logo

#99b694 Color Hex

#99B694
(153,182,148)
0 Favorites   0 Comments

Color spaces of #99b694

RGB 153182148
HSL0.310.190.65
HSV111°19°71°
CMYK 0.160.000.19   0.29
XYZ35.210142.366334.3387
Yxy42.36630.31460.3786
Hunter Lab65.0894-17.346914.2834
CIE-Lab71.1227-16.431114.0762

#99b694 color RGB value is (153,182,148).

#99b694 hex color red value is 153, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #99b694 hue: 0.31 , saturation: 0.19 and the lightness value of 99b694 is 0.65.

The process color (four color CMYK) of #99b694 color hex is 0.16, 0.00, 0.19, 0.29. Web safe color of #99b694 is #99cc99. Color #99b694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10110110 10010100
Octal 231 266 224
Decimal 153 182 148
Hex 99 B6 94

RGB Percentages of Color #99b694

%31.68
%37.68
%30.64

CMYK Percentages of Color #99b694

%16
%0
%19
%29

Triadic Colors of #99b694

#99b694 #9499b6 #b69499

Analogous Colors of #99b694

#99b694 #94b6a0 #aab694

Monochromatic Colors of #99b694

#99b694

Complementary Color

#99b694 #b194b6

#99b694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99b694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99b694 Color CSS Codes

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

#99b694 Text Font Color

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

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


#99b694 Background Color

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

This div background color is #99b694


#99b694 Border Color

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

This div border color is #99b694


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,182,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99b694; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99b694;
  -webkit-box-shadow: 1px 1px 3px 2px #99b694;
  box-shadow:         1px 1px 3px 2px #99b694; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99b694


Comments

No comments written yet.

Please login to write comment.