Color Hex Logo

#cea346 Color Hex

#CEA346
(206,163,70)
0 Favorites   0 Comments

Color spaces of #cea346

RGB 20616370
HSL0.110.580.54
HSV41°66°81°
CMYK 0.000.210.66   0.19
XYZ39.656339.758411.3784
Yxy39.75840.43680.4379
Hunter Lab63.05431.917933.4389
CIE-Lab69.29715.958252.8598

#cea346 color RGB value is (206,163,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 01000110
Octal 316 243 106
Decimal 206 163 70
Hex CE A3 46

RGB Percentages of Color #cea346

%46.92
%37.13
%15.95

CMYK Percentages of Color #cea346

%0
%21
%66
%19

Triadic Colors of #cea346

#cea346 #46cea3 #a346ce

Analogous Colors of #cea346

#cea346 #b5ce46 #ce5f46

Monochromatic Colors of #cea346

#cea346

Complementary Color

#cea346 #4671ce

#cea346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea346 Color CSS Codes

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

#cea346 Text Font Color

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

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


#cea346 Background Color

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

This div background color is #cea346


#cea346 Border Color

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

This div border color is #cea346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea346


Comments

No comments written yet.

Please login to write comment.