Color Hex Logo

#cec54a Color Hex

#CEC54A
(206,197,74)
0 Favorites   0 Comments

Color spaces of #cec54a

RGB 20619774
HSL0.160.570.55
HSV56°64°81°
CMYK 0.000.040.64   0.19
XYZ46.655953.548714.3555
Yxy53.54870.40730.4674
Hunter Lab73.1770-14.252439.5927
CIE-Lab78.1978-11.604860.6175

#cec54a color RGB value is (206,197,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 01001010
Octal 316 305 112
Decimal 206 197 74
Hex CE C5 4A

RGB Percentages of Color #cec54a

%43.19
%41.30
%15.51

CMYK Percentages of Color #cec54a

%0
%4
%64
%19

Triadic Colors of #cec54a

#cec54a #4acec5 #c54ace

Analogous Colors of #cec54a

#cec54a #95ce4a #ce834a

Monochromatic Colors of #cec54a

#cec54a

Complementary Color

#cec54a #4a53ce

#cec54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec54a Color CSS Codes

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

#cec54a Text Font Color

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

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


#cec54a Background Color

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

This div background color is #cec54a


#cec54a Border Color

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

This div border color is #cec54a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,197,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 #cec54a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec54a


Comments

No comments written yet.

Please login to write comment.