Color Hex Logo

#cbcc7c Color Hex

#CBCC7C
(203,204,124)
0 Favorites   0 Comments

Color spaces of #cbcc7c

RGB 203204124
HSL0.170.440.64
HSV61°39°80°
CMYK 0.000.000.39   0.20
XYZ49.859657.337527.5081
Yxy57.33750.37010.4257
Hunter Lab75.7215-14.977631.4662
CIE-Lab80.3690-12.134739.7196

#cbcc7c color RGB value is (203,204,124).

#cbcc7c hex color red value is 203, green value is 204 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cbcc7c hue: 0.17 , saturation: 0.44 and the lightness value of cbcc7c is 0.64.

The process color (four color CMYK) of #cbcc7c color hex is 0.00, 0.00, 0.39, 0.20. Web safe color of #cbcc7c is #cccc66. Color #cbcc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 01111100
Octal 313 314 174
Decimal 203 204 124
Hex CB CC 7C

RGB Percentages of Color #cbcc7c

%38.23
%38.42
%23.35

CMYK Percentages of Color #cbcc7c

%0
%0
%39
%20

Triadic Colors of #cbcc7c

#cbcc7c #7ccbcc #cc7ccb

Analogous Colors of #cbcc7c

#cbcc7c #a3cc7c #cca57c

Monochromatic Colors of #cbcc7c

#cbcc7c

Complementary Color

#cbcc7c #7d7ccc

#cbcc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc7c Color CSS Codes

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

#cbcc7c Text Font Color

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

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


#cbcc7c Background Color

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

This div background color is #cbcc7c


#cbcc7c Border Color

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

This div border color is #cbcc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc7c


Comments

No comments written yet.

Please login to write comment.