Color Hex Logo

#cec79d Color Hex

#CEC79D
(206,199,157)
0 Favorites   0 Comments

Color spaces of #cec79d

RGB 206199157
HSL0.140.330.71
HSV51°24°81°
CMYK 0.000.030.24   0.19
XYZ51.962856.403040.0464
Yxy56.40300.35010.3800
Hunter Lab75.1019-7.924820.9563
CIE-Lab79.8426-4.273521.9509

#cec79d color RGB value is (206,199,157).

#cec79d hex color red value is 206, green value is 199 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cec79d hue: 0.14 , saturation: 0.33 and the lightness value of cec79d is 0.71.

The process color (four color CMYK) of #cec79d color hex is 0.00, 0.03, 0.24, 0.19. Web safe color of #cec79d is #cccc99. Color #cec79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 10011101
Octal 316 307 235
Decimal 206 199 157
Hex CE C7 9D

RGB Percentages of Color #cec79d

%36.65
%35.41
%27.94

CMYK Percentages of Color #cec79d

%0
%3
%24
%19

Triadic Colors of #cec79d

#cec79d #9dcec7 #c79dce

Analogous Colors of #cec79d

#cec79d #bdce9d #ceaf9d

Monochromatic Colors of #cec79d

#cec79d

Complementary Color

#cec79d #9da4ce

#cec79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec79d Color CSS Codes

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

#cec79d Text Font Color

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

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


#cec79d Background Color

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

This div background color is #cec79d


#cec79d Border Color

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

This div border color is #cec79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec79d


Comments

No comments written yet.

Please login to write comment.