Color Hex Logo

#ceac60 Color Hex

#CEAC60
(206,172,96)
0 Favorites   0 Comments

Color spaces of #ceac60

RGB 20617296
HSL0.120.530.59
HSV41°53°81°
CMYK 0.000.170.53   0.19
XYZ42.317443.471417.2268
Yxy43.47140.41080.4220
Hunter Lab65.9328-0.816630.6618
CIE-Lab71.87383.028843.3353

#ceac60 color RGB value is (206,172,96).

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

The process color (four color CMYK) of #ceac60 color hex is 0.00, 0.17, 0.53, 0.19. Web safe color of #ceac60 is #cc9966. Color #ceac60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 01100000
Octal 316 254 140
Decimal 206 172 96
Hex CE AC 60

RGB Percentages of Color #ceac60

%43.46
%36.29
%20.25

CMYK Percentages of Color #ceac60

%0
%17
%53
%19

Triadic Colors of #ceac60

#ceac60 #60ceac #ac60ce

Analogous Colors of #ceac60

#ceac60 #b9ce60 #ce7560

Monochromatic Colors of #ceac60

#ceac60

Complementary Color

#ceac60 #6082ce

#ceac60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac60 Color CSS Codes

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

#ceac60 Text Font Color

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

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


#ceac60 Background Color

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

This div background color is #ceac60


#ceac60 Border Color

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

This div border color is #ceac60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac60


Comments

No comments written yet.

Please login to write comment.