Color Hex Logo

#cec040 Color Hex

#CEC040
(206,192,64)
0 Favorites   0 Comments

Color spaces of #cec040

RGB 20619264
HSL0.150.590.53
HSV54°69°81°
CMYK 0.000.070.69   0.19
XYZ45.228651.191312.3476
Yxy51.19130.41580.4706
Hunter Lab71.5481-12.371739.8515
CIE-Lab76.7947-9.620763.1845

#cec040 color RGB value is (206,192,64).

#cec040 hex color red value is 206, green value is 192 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cec040 hue: 0.15 , saturation: 0.59 and the lightness value of cec040 is 0.53.

The process color (four color CMYK) of #cec040 color hex is 0.00, 0.07, 0.69, 0.19. Web safe color of #cec040 is #cccc33. Color #cec040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 01000000
Octal 316 300 100
Decimal 206 192 64
Hex CE C0 40

RGB Percentages of Color #cec040

%44.59
%41.56
%13.85

CMYK Percentages of Color #cec040

%0
%7
%69
%19

Triadic Colors of #cec040

#cec040 #40cec0 #c040ce

Analogous Colors of #cec040

#cec040 #95ce40 #ce7940

Monochromatic Colors of #cec040

#cec040

Complementary Color

#cec040 #404ece

#cec040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec040 Color CSS Codes

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

#cec040 Text Font Color

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

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


#cec040 Background Color

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

This div background color is #cec040


#cec040 Border Color

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

This div border color is #cec040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec040


Comments

No comments written yet.

Please login to write comment.