Color Hex Logo

#cec74c Color Hex

#CEC74C
(206,199,76)
0 Favorites   0 Comments

Color spaces of #cec74c

RGB 20619976
HSL0.160.570.55
HSV57°63°81°
CMYK 0.000.030.63   0.19
XYZ47.181554.490514.8685
Yxy54.49050.40490.4676
Hunter Lab73.8177-15.090439.7301
CIE-Lab78.7469-12.495760.3658

#cec74c color RGB value is (206,199,76).

#cec74c hex color red value is 206, green value is 199 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cec74c hue: 0.16 , saturation: 0.57 and the lightness value of cec74c is 0.55.

The process color (four color CMYK) of #cec74c color hex is 0.00, 0.03, 0.63, 0.19. Web safe color of #cec74c is #cccc33. Color #cec74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 01001100
Octal 316 307 114
Decimal 206 199 76
Hex CE C7 4C

RGB Percentages of Color #cec74c

%42.83
%41.37
%15.80

CMYK Percentages of Color #cec74c

%0
%3
%63
%19

Triadic Colors of #cec74c

#cec74c #4ccec7 #c74cce

Analogous Colors of #cec74c

#cec74c #94ce4c #ce864c

Monochromatic Colors of #cec74c

#cec74c

Complementary Color

#cec74c #4c53ce

#cec74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec74c Color CSS Codes

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

#cec74c Text Font Color

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

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


#cec74c Background Color

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

This div background color is #cec74c


#cec74c Border Color

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

This div border color is #cec74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec74c

#cec74c Color Palettes


Comments

No comments written yet.

Please login to write comment.