color codes Logo

#cec50c color codes

#CEC50C
(206,197,12)
0 Favorites   0 Comments

Color spaces of #cec50c

RGB 20619712
HSL0.160.890.43
HSV57°94°81°
CMYK 0.000.040.94   0.19
XYZ45.486253.08098.1961
Yxy53.08090.42600.4972
Hunter Lab72.8566-16.057244.3297
CIE-Lab77.9227-13.743177.4898

#cec50c color RGB value is (206,197,12).

#cec50c hex color red value is 206, green value is 197 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cec50c hue: 0.16 , saturation: 0.89 and the lightness value of cec50c is 0.43.

The process color (four color CMYK) of #cec50c color code is 0.00, 0.04, 0.94, 0.19. Web safe color of #cec50c is #cccc00. Color #cec50c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00001100
Octal 316 305 14
Decimal 206 197 12
Hex CE C5 C

RGB Percentages of Color #cec50c

%49.64
%47.47
%2.89

CMYK Percentages of Color #cec50c

%0
%4
%94
%19

Triadic Colors of #cec50c

#cec50c #0ccec5 #c50cce

Analogous Colors of #cec50c

#cec50c #76ce0c #ce640c

Monochromatic Colors of #cec50c

#cec50c

Complementary Color

#cec50c #0c15ce

#cec50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec50c Color CSS Codes

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

#cec50c Text Font Color

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

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


#cec50c Background Color

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

This div background color is #cec50c


#cec50c Border Color

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

This div border color is #cec50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec50c


Comments

No comments written yet.

Please login to write comment.