Color Hex Logo

#ceac3a Color Hex

#CEAC3A
(206,172,58)
0 Favorites   0 Comments

Color spaces of #ceac3a

RGB 20617258
HSL0.130.600.52
HSV46°72°81°
CMYK 0.000.170.72   0.19
XYZ40.969842.932310.1304
Yxy42.93230.43570.4566
Hunter Lab65.5227-3.053036.6992
CIE-Lab71.50900.504460.2517

#ceac3a color RGB value is (206,172,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 00111010
Octal 316 254 72
Decimal 206 172 58
Hex CE AC 3A

RGB Percentages of Color #ceac3a

%47.25
%39.45
%13.30

CMYK Percentages of Color #ceac3a

%0
%17
%72
%19

Triadic Colors of #ceac3a

#ceac3a #3aceac #ac3ace

Analogous Colors of #ceac3a

#ceac3a #a6ce3a #ce623a

Monochromatic Colors of #ceac3a

#ceac3a

Complementary Color

#ceac3a #3a5cce

#ceac3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac3a Color CSS Codes

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

#ceac3a Text Font Color

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

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


#ceac3a Background Color

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

This div background color is #ceac3a


#ceac3a Border Color

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

This div border color is #ceac3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac3a


Comments

No comments written yet.

Please login to write comment.