Color Hex Logo

#ceaa42 Color Hex

#CEAA42
(206,170,66)
0 Favorites   0 Comments

Color spaces of #ceaa42

RGB 20617066
HSL0.120.590.53
HSV45°68°81°
CMYK 0.000.170.68   0.19
XYZ40.811742.264611.1611
Yxy42.26460.43310.4485
Hunter Lab65.0112-1.713835.3290
CIE-Lab71.05301.983656.4906

#ceaa42 color RGB value is (206,170,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01000010
Octal 316 252 102
Decimal 206 170 66
Hex CE AA 42

RGB Percentages of Color #ceaa42

%46.61
%38.46
%14.93

CMYK Percentages of Color #ceaa42

%0
%17
%68
%19

Triadic Colors of #ceaa42

#ceaa42 #42ceaa #aa42ce

Analogous Colors of #ceaa42

#ceaa42 #acce42 #ce6442

Monochromatic Colors of #ceaa42

#ceaa42

Complementary Color

#ceaa42 #4266ce

#ceaa42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa42 Color CSS Codes

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

#ceaa42 Text Font Color

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

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


#ceaa42 Background Color

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

This div background color is #ceaa42


#ceaa42 Border Color

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

This div border color is #ceaa42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa42


Comments

No comments written yet.

Please login to write comment.