Color Hex Logo

#cea547 Color Hex

#CEA547
(206,165,71)
0 Favorites   0 Comments

Color spaces of #cea547

RGB 20616571
HSL0.120.580.54
HSV42°66°81°
CMYK 0.000.200.66   0.19
XYZ40.046140.487011.6654
Yxy40.48700.43430.4391
Hunter Lab63.62940.990233.6707
CIE-Lab69.81504.946152.9672

#cea547 color RGB value is (206,165,71).

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

The process color (four color CMYK) of #cea547 color hex is 0.00, 0.20, 0.66, 0.19. Web safe color of #cea547 is #cc9933. Color #cea547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 01000111
Octal 316 245 107
Decimal 206 165 71
Hex CE A5 47

RGB Percentages of Color #cea547

%46.61
%37.33
%16.06

CMYK Percentages of Color #cea547

%0
%20
%66
%19

Triadic Colors of #cea547

#cea547 #47cea5 #a547ce

Analogous Colors of #cea547

#cea547 #b4ce47 #ce6247

Monochromatic Colors of #cea547

#cea547

Complementary Color

#cea547 #4770ce

#cea547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea547 Color CSS Codes

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

#cea547 Text Font Color

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

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


#cea547 Background Color

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

This div background color is #cea547


#cea547 Border Color

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

This div border color is #cea547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea547


Comments

No comments written yet.

Please login to write comment.