Color Hex Logo

#ceaa49 Color Hex

#CEAA49
(206,170,73)
0 Favorites   0 Comments

Color spaces of #ceaa49

RGB 20617073
HSL0.120.580.55
HSV44°65°81°
CMYK 0.000.170.65   0.19
XYZ41.030942.352312.3156
Yxy42.35230.42880.4426
Hunter Lab65.0786-1.346634.3349
CIE-Lab71.11312.398453.4723

#ceaa49 color RGB value is (206,170,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01001001
Octal 316 252 111
Decimal 206 170 73
Hex CE AA 49

RGB Percentages of Color #ceaa49

%45.88
%37.86
%16.26

CMYK Percentages of Color #ceaa49

%0
%17
%65
%19

Triadic Colors of #ceaa49

#ceaa49 #49ceaa #aa49ce

Analogous Colors of #ceaa49

#ceaa49 #b0ce49 #ce6849

Monochromatic Colors of #ceaa49

#ceaa49

Complementary Color

#ceaa49 #496dce

#ceaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa49 Color CSS Codes

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

#ceaa49 Text Font Color

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

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


#ceaa49 Background Color

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

This div background color is #ceaa49


#ceaa49 Border Color

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

This div border color is #ceaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa49


Comments

No comments written yet.

Please login to write comment.