Color Hex Logo

#cec446 Color Hex

#CEC446
(206,196,70)
0 Favorites   0 Comments

Color spaces of #cec446

RGB 20619670
HSL0.150.580.54
HSV56°66°81°
CMYK 0.000.050.66   0.19
XYZ46.299053.043913.5926
Yxy53.04390.41000.4697
Hunter Lab72.8312-13.981839.9165
CIE-Lab77.9009-11.333261.9417

#cec446 color RGB value is (206,196,70).

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

The process color (four color CMYK) of #cec446 color hex is 0.00, 0.05, 0.66, 0.19. Web safe color of #cec446 is #cccc33. Color #cec446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01000110
Octal 316 304 106
Decimal 206 196 70
Hex CE C4 46

RGB Percentages of Color #cec446

%43.64
%41.53
%14.83

CMYK Percentages of Color #cec446

%0
%5
%66
%19

Triadic Colors of #cec446

#cec446 #46cec4 #c446ce

Analogous Colors of #cec446

#cec446 #94ce46 #ce8046

Monochromatic Colors of #cec446

#cec446

Complementary Color

#cec446 #4650ce

#cec446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec446 Color CSS Codes

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

#cec446 Text Font Color

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

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


#cec446 Background Color

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

This div background color is #cec446


#cec446 Border Color

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

This div border color is #cec446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec446


Comments

No comments written yet.

Please login to write comment.