Color Hex Logo

#cbd19c Color Hex

#CBD19C
(203,209,156)
0 Favorites   0 Comments

Color spaces of #cbd19c

RGB 203209156
HSL0.190.370.72
HSV67°25°82°
CMYK 0.030.000.25   0.18
XYZ53.429860.697740.3523
Yxy60.69770.34590.3929
Hunter Lab77.9087-13.925023.8273
CIE-Lab82.2160-10.691625.6789

#cbd19c color RGB value is (203,209,156).

#cbd19c hex color red value is 203, green value is 209 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cbd19c hue: 0.19 , saturation: 0.37 and the lightness value of cbd19c is 0.72.

The process color (four color CMYK) of #cbd19c color hex is 0.03, 0.00, 0.25, 0.18. Web safe color of #cbd19c is #cccc99. Color #cbd19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 10011100
Octal 313 321 234
Decimal 203 209 156
Hex CB D1 9C

RGB Percentages of Color #cbd19c

%35.74
%36.80
%27.46

CMYK Percentages of Color #cbd19c

%3
%0
%25
%18

Triadic Colors of #cbd19c

#cbd19c #9ccbd1 #d19ccb

Analogous Colors of #cbd19c

#cbd19c #b1d19c #d1bd9c

Monochromatic Colors of #cbd19c

#cbd19c

Complementary Color

#cbd19c #a29cd1

#cbd19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd19c Color CSS Codes

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

#cbd19c Text Font Color

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

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


#cbd19c Background Color

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

This div background color is #cbd19c


#cbd19c Border Color

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

This div border color is #cbd19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd19c


Comments

No comments written yet.

Please login to write comment.