Color Hex Logo

#cec34a Color Hex

#CEC34A
(206,195,74)
0 Favorites   0 Comments

Color spaces of #cec34a

RGB 20619574
HSL0.150.570.55
HSV55°64°81°
CMYK 0.000.050.64   0.19
XYZ46.204752.646414.2051
Yxy52.64640.40870.4657
Hunter Lab72.5578-13.307739.1829
CIE-Lab77.6658-10.586960.0569

#cec34a color RGB value is (206,195,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 01001010
Octal 316 303 112
Decimal 206 195 74
Hex CE C3 4A

RGB Percentages of Color #cec34a

%43.37
%41.05
%15.58

CMYK Percentages of Color #cec34a

%0
%5
%64
%19

Triadic Colors of #cec34a

#cec34a #4acec3 #c34ace

Analogous Colors of #cec34a

#cec34a #97ce4a #ce814a

Monochromatic Colors of #cec34a

#cec34a

Complementary Color

#cec34a #4a55ce

#cec34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec34a Color CSS Codes

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

#cec34a Text Font Color

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

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


#cec34a Background Color

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

This div background color is #cec34a


#cec34a Border Color

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

This div border color is #cec34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec34a


Comments

No comments written yet.

Please login to write comment.