Color Hex Logo

#cea943 Color Hex

#CEA943
(206,169,67)
0 Favorites   0 Comments

Color spaces of #cea943

RGB 20616967
HSL0.120.590.54
HSV44°67°81°
CMYK 0.000.180.67   0.19
XYZ40.654741.903011.2555
Yxy41.90300.43340.4467
Hunter Lab64.7325-1.176535.0036
CIE-Lab70.80402.572555.7982

#cea943 color RGB value is (206,169,67).

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

The process color (four color CMYK) of #cea943 color hex is 0.00, 0.18, 0.67, 0.19. Web safe color of #cea943 is #cc9933. Color #cea943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01000011
Octal 316 251 103
Decimal 206 169 67
Hex CE A9 43

RGB Percentages of Color #cea943

%46.61
%38.24
%15.16

CMYK Percentages of Color #cea943

%0
%18
%67
%19

Triadic Colors of #cea943

#cea943 #43cea9 #a943ce

Analogous Colors of #cea943

#cea943 #aece43 #ce6343

Monochromatic Colors of #cea943

#cea943

Complementary Color

#cea943 #4368ce

#cea943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea943 Color CSS Codes

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

#cea943 Text Font Color

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

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


#cea943 Background Color

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

This div background color is #cea943


#cea943 Border Color

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

This div border color is #cea943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea943


Comments

No comments written yet.

Please login to write comment.