Color Hex Logo

#ceac40 Color Hex

#CEAC40
(206,172,64)
0 Favorites   0 Comments

Color spaces of #ceac40

RGB 20617264
HSL0.130.590.53
HSV46°69°81°
CMYK 0.000.170.69   0.19
XYZ41.131542.997010.9819
Yxy42.99700.43250.4521
Hunter Lab65.5721-2.783235.9707
CIE-Lab71.55290.811357.8563

#ceac40 color RGB value is (206,172,64).

#ceac40 hex color red value is 206, green value is 172 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ceac40 hue: 0.13 , saturation: 0.59 and the lightness value of ceac40 is 0.53.

The process color (four color CMYK) of #ceac40 color hex is 0.00, 0.17, 0.69, 0.19. Web safe color of #ceac40 is #cc9933. Color #ceac40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 01000000
Octal 316 254 100
Decimal 206 172 64
Hex CE AC 40

RGB Percentages of Color #ceac40

%46.61
%38.91
%14.48

CMYK Percentages of Color #ceac40

%0
%17
%69
%19

Triadic Colors of #ceac40

#ceac40 #40ceac #ac40ce

Analogous Colors of #ceac40

#ceac40 #a9ce40 #ce6540

Monochromatic Colors of #ceac40

#ceac40

Complementary Color

#ceac40 #4062ce

#ceac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac40 Color CSS Codes

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

#ceac40 Text Font Color

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

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


#ceac40 Background Color

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

This div background color is #ceac40


#ceac40 Border Color

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

This div border color is #ceac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac40


Comments

No comments written yet.

Please login to write comment.