Color Hex Logo

#cea146 Color Hex

#CEA146
(206,161,70)
0 Favorites   0 Comments

Color spaces of #cea146

RGB 20616170
HSL0.110.580.54
HSV40°66°81°
CMYK 0.000.220.66   0.19
XYZ39.304039.053711.2609
Yxy39.05370.43860.4358
Hunter Lab62.49302.902233.0613
CIE-Lab68.79017.033752.3111

#cea146 color RGB value is (206,161,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01000110
Octal 316 241 106
Decimal 206 161 70
Hex CE A1 46

RGB Percentages of Color #cea146

%47.14
%36.84
%16.02

CMYK Percentages of Color #cea146

%0
%22
%66
%19

Triadic Colors of #cea146

#cea146 #46cea1 #a146ce

Analogous Colors of #cea146

#cea146 #b7ce46 #ce5d46

Monochromatic Colors of #cea146

#cea146

Complementary Color

#cea146 #4673ce

#cea146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea146 Color CSS Codes

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

#cea146 Text Font Color

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

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


#cea146 Background Color

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

This div background color is #cea146


#cea146 Border Color

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

This div border color is #cea146


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,161,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 #cea146">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea146


Comments

No comments written yet.

Please login to write comment.