Color Hex Logo

#cec524 Color Hex

#CEC524
(206,197,36)
0 Favorites   0 Comments

Color spaces of #cec524

RGB 20619736
HSL0.160.700.47
HSV57°83°81°
CMYK 0.000.040.83   0.19
XYZ45.738353.18179.5235
Yxy53.18170.42180.4904
Hunter Lab72.9258-15.666843.3053
CIE-Lab77.9822-13.278073.2595

#cec524 color RGB value is (206,197,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00100100
Octal 316 305 44
Decimal 206 197 36
Hex CE C5 24

RGB Percentages of Color #cec524

%46.92
%44.87
%8.20

CMYK Percentages of Color #cec524

%0
%4
%83
%19

Triadic Colors of #cec524

#cec524 #24cec5 #c524ce

Analogous Colors of #cec524

#cec524 #82ce24 #ce7024

Monochromatic Colors of #cec524

#cec524

Complementary Color

#cec524 #242dce

#cec524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec524 Color CSS Codes

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

#cec524 Text Font Color

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

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


#cec524 Background Color

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

This div background color is #cec524


#cec524 Border Color

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

This div border color is #cec524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec524


Comments

No comments written yet.

Please login to write comment.