Color Hex Logo

#ceac2e Color Hex

#CEAC2E
(206,172,46)
0 Favorites   0 Comments

Color spaces of #ceac2e

RGB 20617246
HSL0.130.630.49
HSV47°78°81°
CMYK 0.000.170.78   0.19
XYZ40.699342.82418.7056
Yxy42.82410.44130.4643
Hunter Lab65.4401-3.505437.9206
CIE-Lab71.4354-0.011564.5900

#ceac2e color RGB value is (206,172,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 00101110
Octal 316 254 56
Decimal 206 172 46
Hex CE AC 2E

RGB Percentages of Color #ceac2e

%48.58
%40.57
%10.85

CMYK Percentages of Color #ceac2e

%0
%17
%78
%19

Triadic Colors of #ceac2e

#ceac2e #2eceac #ac2ece

Analogous Colors of #ceac2e

#ceac2e #a0ce2e #ce5c2e

Monochromatic Colors of #ceac2e

#ceac2e

Complementary Color

#ceac2e #2e50ce

#ceac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac2e Color CSS Codes

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

#ceac2e Text Font Color

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

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


#ceac2e Background Color

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

This div background color is #ceac2e


#ceac2e Border Color

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

This div border color is #ceac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac2e


Comments

No comments written yet.

Please login to write comment.