Color Hex Logo

#cbd16c Color Hex

#CBD16C
(203,209,108)
0 Favorites   0 Comments

Color spaces of #cbd16c

RGB 203209108
HSL0.180.520.62
HSV64°48°82°
CMYK 0.030.000.48   0.18
XYZ50.135859.380123.0064
Yxy59.38010.37830.4481
Hunter Lab77.0585-18.716736.2395
CIE-Lab81.5001-16.266648.9813

#cbd16c color RGB value is (203,209,108).

#cbd16c hex color red value is 203, green value is 209 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cbd16c hue: 0.18 , saturation: 0.52 and the lightness value of cbd16c is 0.62.

The process color (four color CMYK) of #cbd16c color hex is 0.03, 0.00, 0.48, 0.18. Web safe color of #cbd16c is #cccc66. Color #cbd16c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01101100
Octal 313 321 154
Decimal 203 209 108
Hex CB D1 6C

RGB Percentages of Color #cbd16c

%39.04
%40.19
%20.77

CMYK Percentages of Color #cbd16c

%3
%0
%48
%18

Triadic Colors of #cbd16c

#cbd16c #6ccbd1 #d16ccb

Analogous Colors of #cbd16c

#cbd16c #99d16c #d1a56c

Monochromatic Colors of #cbd16c

#cbd16c

Complementary Color

#cbd16c #726cd1

#cbd16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd16c Color CSS Codes

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

#cbd16c Text Font Color

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

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


#cbd16c Background Color

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

This div background color is #cbd16c


#cbd16c Border Color

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

This div border color is #cbd16c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,209,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 #cbd16c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd16c

#cbd16c Color Palettes


Comments

No comments written yet.

Please login to write comment.