Color Hex Logo

#cbd96c Color Hex

#CBD96C
(203,217,108)
0 Favorites   0 Comments

Color spaces of #cbd96c

RGB 203217108
HSL0.190.590.64
HSV68°50°85°
CMYK 0.060.000.50   0.15
XYZ52.148263.404923.6772
Yxy63.40490.37450.4554
Hunter Lab79.6272-22.447238.1091
CIE-Lab83.6550-20.220351.5500

#cbd96c color RGB value is (203,217,108).

#cbd96c hex color red value is 203, green value is 217 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cbd96c hue: 0.19 , saturation: 0.59 and the lightness value of cbd96c is 0.64.

The process color (four color CMYK) of #cbd96c color hex is 0.06, 0.00, 0.50, 0.15. Web safe color of #cbd96c is #cccc66. Color #cbd96c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01101100
Octal 313 331 154
Decimal 203 217 108
Hex CB D9 6C

RGB Percentages of Color #cbd96c

%38.45
%41.10
%20.45

CMYK Percentages of Color #cbd96c

%6
%0
%50
%15

Triadic Colors of #cbd96c

#cbd96c #6ccbd9 #d96ccb

Analogous Colors of #cbd96c

#cbd96c #95d96c #d9b16c

Monochromatic Colors of #cbd96c

#cbd96c

Complementary Color

#cbd96c #7a6cd9

#cbd96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd96c Color CSS Codes

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

#cbd96c Text Font Color

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

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


#cbd96c Background Color

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

This div background color is #cbd96c


#cbd96c Border Color

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

This div border color is #cbd96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd96c


Comments

No comments written yet.

Please login to write comment.