Color Hex Logo

#9cbd98 Color Hex

#9CBD98
(156,189,152)
0 Favorites   0 Comments

Color spaces of #9cbd98

RGB 156189152
HSL0.320.220.67
HSV114°20°74°
CMYK 0.170.000.20   0.26
XYZ37.575445.730136.5521
Yxy45.73010.31350.3815
Hunter Lab67.6240-19.158315.2894
CIE-Lab73.3701-18.250415.0865

#9cbd98 color RGB value is (156,189,152).

#9cbd98 hex color red value is 156, green value is 189 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #9cbd98 hue: 0.32 , saturation: 0.22 and the lightness value of 9cbd98 is 0.67.

The process color (four color CMYK) of #9cbd98 color hex is 0.17, 0.00, 0.20, 0.26. Web safe color of #9cbd98 is #99cc99. Color #9cbd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111101 10011000
Octal 234 275 230
Decimal 156 189 152
Hex 9C BD 98

RGB Percentages of Color #9cbd98

%31.39
%38.03
%30.58

CMYK Percentages of Color #9cbd98

%17
%0
%20
%26

Triadic Colors of #9cbd98

#9cbd98 #989cbd #bd989c

Analogous Colors of #9cbd98

#9cbd98 #98bda7 #afbd98

Monochromatic Colors of #9cbd98

#9cbd98

Complementary Color

#9cbd98 #b998bd

#9cbd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbd98 Color CSS Codes

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

#9cbd98 Text Font Color

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

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


#9cbd98 Background Color

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

This div background color is #9cbd98


#9cbd98 Border Color

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

This div border color is #9cbd98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,189,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbd98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbd98;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbd98;
  box-shadow:         1px 1px 3px 2px #9cbd98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,189,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbd98


Comments

No comments written yet.

Please login to write comment.