Color Hex Logo

#8fb992 Color Hex

#8FB992
(143,185,146)
0 Favorites   0 Comments

Color spaces of #8fb992

RGB 143185146
HSL0.350.230.64
HSV124°23°73°
CMYK 0.230.000.21   0.27
XYZ33.865042.612933.6344
Yxy42.61290.30750.3870
Hunter Lab65.2786-21.635815.1462
CIE-Lab71.2914-21.790515.3042

#8fb992 color RGB value is (143,185,146).

#8fb992 hex color red value is 143, green value is 185 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #8fb992 hue: 0.35 , saturation: 0.23 and the lightness value of 8fb992 is 0.64.

The process color (four color CMYK) of #8fb992 color hex is 0.23, 0.00, 0.21, 0.27. Web safe color of #8fb992 is #99cc99. Color #8fb992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111001 10010010
Octal 217 271 222
Decimal 143 185 146
Hex 8F B9 92

RGB Percentages of Color #8fb992

%30.17
%39.03
%30.80

CMYK Percentages of Color #8fb992

%23
%0
%21
%27

Triadic Colors of #8fb992

#8fb992 #928fb9 #b9928f

Analogous Colors of #8fb992

#8fb992 #8fb9a7 #a1b98f

Monochromatic Colors of #8fb992

#8fb992

Complementary Color

#8fb992 #b98fb6

#8fb992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb992 Color CSS Codes

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

#8fb992 Text Font Color

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

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


#8fb992 Background Color

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

This div background color is #8fb992


#8fb992 Border Color

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

This div border color is #8fb992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,185,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fb992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fb992;
  -webkit-box-shadow: 1px 1px 3px 2px #8fb992;
  box-shadow:         1px 1px 3px 2px #8fb992; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,185,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb992


Comments

No comments written yet.

Please login to write comment.