Color Hex Logo

#cec24a Color Hex

#CEC24A
(206,194,74)
0 Favorites   0 Comments

Color spaces of #cec24a

RGB 20619474
HSL0.150.570.55
HSV55°64°81°
CMYK 0.000.060.64   0.19
XYZ45.981452.199814.1307
Yxy52.19980.40940.4648
Hunter Lab72.2494-12.834538.9785
CIE-Lab77.4002-10.076459.7763

#cec24a color RGB value is (206,194,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01001010
Octal 316 302 112
Decimal 206 194 74
Hex CE C2 4A

RGB Percentages of Color #cec24a

%43.46
%40.93
%15.61

CMYK Percentages of Color #cec24a

%0
%6
%64
%19

Triadic Colors of #cec24a

#cec24a #4acec2 #c24ace

Analogous Colors of #cec24a

#cec24a #98ce4a #ce804a

Monochromatic Colors of #cec24a

#cec24a

Complementary Color

#cec24a #4a56ce

#cec24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec24a Color CSS Codes

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

#cec24a Text Font Color

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

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


#cec24a Background Color

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

This div background color is #cec24a


#cec24a Border Color

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

This div border color is #cec24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec24a


Comments

No comments written yet.

Please login to write comment.