Color Hex Logo

#cec47f Color Hex

#CEC47F
(206,196,127)
0 Favorites   0 Comments

Color spaces of #cec47f

RGB 206196127
HSL0.150.450.65
HSV52°38°81°
CMYK 0.000.050.38   0.19
XYZ49.024354.134027.9437
Yxy54.13400.37390.4129
Hunter Lab73.5758-9.821328.9850
CIE-Lab78.5398-6.514635.9019

#cec47f color RGB value is (206,196,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01111111
Octal 316 304 177
Decimal 206 196 127
Hex CE C4 7F

RGB Percentages of Color #cec47f

%38.94
%37.05
%24.01

CMYK Percentages of Color #cec47f

%0
%5
%38
%19

Triadic Colors of #cec47f

#cec47f #7fcec4 #c47fce

Analogous Colors of #cec47f

#cec47f #b1ce7f #ce9d7f

Monochromatic Colors of #cec47f

#cec47f

Complementary Color

#cec47f #7f89ce

#cec47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec47f Color CSS Codes

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

#cec47f Text Font Color

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

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


#cec47f Background Color

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

This div background color is #cec47f


#cec47f Border Color

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

This div border color is #cec47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec47f


Comments

No comments written yet.

Please login to write comment.