Color Hex Logo

#cbd99f Color Hex

#CBD99F
(203,217,159)
0 Favorites   0 Comments

Color spaces of #cbd99f

RGB 203217159
HSL0.210.430.74
HSV74°27°85°
CMYK 0.060.000.27   0.15
XYZ55.699564.825442.3778
Yxy64.82540.34190.3979
Hunter Lab80.5142-17.414125.1533
CIE-Lab84.3937-14.316027.0691

#cbd99f color RGB value is (203,217,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10011111
Octal 313 331 237
Decimal 203 217 159
Hex CB D9 9F

RGB Percentages of Color #cbd99f

%35.06
%37.48
%27.46

CMYK Percentages of Color #cbd99f

%6
%0
%27
%15

Triadic Colors of #cbd99f

#cbd99f #9fcbd9 #d99fcb

Analogous Colors of #cbd99f

#cbd99f #aed99f #d9ca9f

Monochromatic Colors of #cbd99f

#cbd99f

Complementary Color

#cbd99f #ad9fd9

#cbd99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd99f Color CSS Codes

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

#cbd99f Text Font Color

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

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


#cbd99f Background Color

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

This div background color is #cbd99f


#cbd99f Border Color

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

This div border color is #cbd99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd99f


Comments

No comments written yet.

Please login to write comment.