Color Hex Logo

#cec943 Color Hex

#CEC943
(206,201,67)
0 Favorites   0 Comments

Color spaces of #cec943

RGB 20620167
HSL0.160.590.54
HSV58°67°81°
CMYK 0.000.020.67   0.19
XYZ47.353455.300313.4884
Yxy55.30030.40770.4761
Hunter Lab74.3642-16.472641.3007
CIE-Lab79.2139-14.028664.4616

#cec943 color RGB value is (206,201,67).

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

The process color (four color CMYK) of #cec943 color hex is 0.00, 0.02, 0.67, 0.19. Web safe color of #cec943 is #cccc33. Color #cec943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01000011
Octal 316 311 103
Decimal 206 201 67
Hex CE C9 43

RGB Percentages of Color #cec943

%43.46
%42.41
%14.14

CMYK Percentages of Color #cec943

%0
%2
%67
%19

Triadic Colors of #cec943

#cec943 #43cec9 #c943ce

Analogous Colors of #cec943

#cec943 #8ece43 #ce8443

Monochromatic Colors of #cec943

#cec943

Complementary Color

#cec943 #4348ce

#cec943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec943 Color CSS Codes

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

#cec943 Text Font Color

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

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


#cec943 Background Color

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

This div background color is #cec943


#cec943 Border Color

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

This div border color is #cec943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec943


Comments

No comments written yet.

Please login to write comment.