Color Hex Logo

#cea149 Color Hex

#CEA149
(206,161,73)
0 Favorites   0 Comments

Color spaces of #cea149

RGB 20616173
HSL0.110.580.55
HSV40°65°81°
CMYK 0.000.220.65   0.19
XYZ39.401139.092611.7723
Yxy39.09260.43650.4331
Hunter Lab62.52413.069132.6035
CIE-Lab68.81837.218950.9595

#cea149 color RGB value is (206,161,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01001001
Octal 316 241 111
Decimal 206 161 73
Hex CE A1 49

RGB Percentages of Color #cea149

%46.82
%36.59
%16.59

CMYK Percentages of Color #cea149

%0
%22
%65
%19

Triadic Colors of #cea149

#cea149 #49cea1 #a149ce

Analogous Colors of #cea149

#cea149 #b9ce49 #ce5f49

Monochromatic Colors of #cea149

#cea149

Complementary Color

#cea149 #4976ce

#cea149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea149 Color CSS Codes

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

#cea149 Text Font Color

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

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


#cea149 Background Color

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

This div background color is #cea149


#cea149 Border Color

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

This div border color is #cea149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea149


Comments

No comments written yet.

Please login to write comment.