Color Hex Logo

#cecc7f Color Hex

#CECC7F
(206,204,127)
0 Favorites   0 Comments

Color spaces of #cecc7f

RGB 206204127
HSL0.160.450.65
HSV58°38°81°
CMYK 0.000.010.38   0.19
XYZ50.877257.839828.5614
Yxy57.83980.37060.4213
Hunter Lab76.0525-13.679830.9705
CIE-Lab80.6496-10.619238.6099

#cecc7f color RGB value is (206,204,127).

#cecc7f hex color red value is 206, green value is 204 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cecc7f hue: 0.16 , saturation: 0.45 and the lightness value of cecc7f is 0.65.

The process color (four color CMYK) of #cecc7f color hex is 0.00, 0.01, 0.38, 0.19. Web safe color of #cecc7f is #cccc66. Color #cecc7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 01111111
Octal 316 314 177
Decimal 206 204 127
Hex CE CC 7F

RGB Percentages of Color #cecc7f

%38.36
%37.99
%23.65

CMYK Percentages of Color #cecc7f

%0
%1
%38
%19

Triadic Colors of #cecc7f

#cecc7f #7fcecc #cc7fce

Analogous Colors of #cecc7f

#cecc7f #a9ce7f #cea57f

Monochromatic Colors of #cecc7f

#cecc7f

Complementary Color

#cecc7f #7f81ce

#cecc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc7f Color CSS Codes

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

#cecc7f Text Font Color

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

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


#cecc7f Background Color

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

This div background color is #cecc7f


#cecc7f Border Color

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

This div border color is #cecc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc7f


Comments

No comments written yet.

Please login to write comment.