Color Hex Logo

#cbd99e Color Hex

#CBD99E
(203,217,158)
0 Favorites   0 Comments

Color spaces of #cbd99e

RGB 203217158
HSL0.210.440.74
HSV74°27°85°
CMYK 0.060.000.27   0.15
XYZ55.613064.790841.9225
Yxy64.79080.34260.3991
Hunter Lab80.4927-17.535425.4653
CIE-Lab84.3758-14.455727.5631

#cbd99e color RGB value is (203,217,158).

#cbd99e hex color red value is 203, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbd99e hue: 0.21 , saturation: 0.44 and the lightness value of cbd99e is 0.74.

The process color (four color CMYK) of #cbd99e color hex is 0.06, 0.00, 0.27, 0.15. Web safe color of #cbd99e is #cccc99. Color #cbd99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10011110
Octal 313 331 236
Decimal 203 217 158
Hex CB D9 9E

RGB Percentages of Color #cbd99e

%35.12
%37.54
%27.34

CMYK Percentages of Color #cbd99e

%6
%0
%27
%15

Triadic Colors of #cbd99e

#cbd99e #9ecbd9 #d99ecb

Analogous Colors of #cbd99e

#cbd99e #aed99e #d9ca9e

Monochromatic Colors of #cbd99e

#cbd99e

Complementary Color

#cbd99e #ac9ed9

#cbd99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd99e Color CSS Codes

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

#cbd99e Text Font Color

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

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


#cbd99e Background Color

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

This div background color is #cbd99e


#cbd99e Border Color

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

This div border color is #cbd99e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,217,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd99e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd99e;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd99e;
  box-shadow:         1px 1px 3px 2px #cbd99e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,217,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd99e


Comments

No comments written yet.

Please login to write comment.