Color Hex Logo

#cea349 Color Hex

#CEA349
(206,163,73)
0 Favorites   0 Comments

Color spaces of #cea349

RGB 20616373
HSL0.110.580.55
HSV41°65°81°
CMYK 0.000.210.65   0.19
XYZ39.753439.797211.8897
Yxy39.79720.43470.4352
Hunter Lab63.08502.084032.9851
CIE-Lab69.32486.143351.5171

#cea349 color RGB value is (206,163,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 01001001
Octal 316 243 111
Decimal 206 163 73
Hex CE A3 49

RGB Percentages of Color #cea349

%46.61
%36.88
%16.52

CMYK Percentages of Color #cea349

%0
%21
%65
%19

Triadic Colors of #cea349

#cea349 #49cea3 #a349ce

Analogous Colors of #cea349

#cea349 #b7ce49 #ce6149

Monochromatic Colors of #cea349

#cea349

Complementary Color

#cea349 #4974ce

#cea349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea349 Color CSS Codes

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

#cea349 Text Font Color

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

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


#cea349 Background Color

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

This div background color is #cea349


#cea349 Border Color

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

This div border color is #cea349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea349


Comments

No comments written yet.

Please login to write comment.