Color Hex Logo

#ceac41 Color Hex

#CEAC41
(206,172,65)
0 Favorites   0 Comments

Color spaces of #ceac41

RGB 20617265
HSL0.130.590.53
HSV46°68°81°
CMYK 0.000.170.68   0.19
XYZ41.160343.008511.1331
Yxy43.00850.43190.4513
Hunter Lab65.5809-2.735235.8415
CIE-Lab71.56070.865957.4445

#ceac41 color RGB value is (206,172,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 01000001
Octal 316 254 101
Decimal 206 172 65
Hex CE AC 41

RGB Percentages of Color #ceac41

%46.50
%38.83
%14.67

CMYK Percentages of Color #ceac41

%0
%17
%68
%19

Triadic Colors of #ceac41

#ceac41 #41ceac #ac41ce

Analogous Colors of #ceac41

#ceac41 #aace41 #ce6641

Monochromatic Colors of #ceac41

#ceac41

Complementary Color

#ceac41 #4163ce

#ceac41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac41 Color CSS Codes

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

#ceac41 Text Font Color

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

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


#ceac41 Background Color

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

This div background color is #ceac41


#ceac41 Border Color

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

This div border color is #ceac41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac41

#ceac41 Color Palettes


Comments

No comments written yet.

Please login to write comment.