Color Hex Logo

#cec32e Color Hex

#CEC32E
(206,195,46)
0 Favorites   0 Comments

Color spaces of #cec32e

RGB 20619546
HSL0.160.630.49
HSV56°78°81°
CMYK 0.000.050.78   0.19
XYZ45.461852.349310.2931
Yxy52.34930.42050.4842
Hunter Lab72.3528-14.459642.2122
CIE-Lab77.4892-11.944570.0799

#cec32e color RGB value is (206,195,46).

#cec32e hex color red value is 206, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cec32e hue: 0.16 , saturation: 0.63 and the lightness value of cec32e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00101110
Octal 316 303 56
Decimal 206 195 46
Hex CE C3 2E

RGB Percentages of Color #cec32e

%46.09
%43.62
%10.29

CMYK Percentages of Color #cec32e

%0
%5
%78
%19

Triadic Colors of #cec32e

#cec32e #2ecec3 #c32ece

Analogous Colors of #cec32e

#cec32e #89ce2e #ce732e

Monochromatic Colors of #cec32e

#cec32e

Complementary Color

#cec32e #2e39ce

#cec32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec32e Color CSS Codes

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

#cec32e Text Font Color

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

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


#cec32e Background Color

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

This div background color is #cec32e


#cec32e Border Color

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

This div border color is #cec32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec32e


Comments

No comments written yet.

Please login to write comment.