Color Hex Logo

#cec442 Color Hex

#CEC442
(206,196,66)
0 Favorites   0 Comments

Color spaces of #cec442

RGB 20619666
HSL0.150.590.53
HSV56°68°81°
CMYK 0.000.050.68   0.19
XYZ46.176952.995012.9495
Yxy52.99500.41180.4727
Hunter Lab72.7977-14.170140.4117
CIE-Lab77.8720-11.554963.4938

#cec442 color RGB value is (206,196,66).

#cec442 hex color red value is 206, green value is 196 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cec442 hue: 0.15 , saturation: 0.59 and the lightness value of cec442 is 0.53.

The process color (four color CMYK) of #cec442 color hex is 0.00, 0.05, 0.68, 0.19. Web safe color of #cec442 is #cccc33. Color #cec442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01000010
Octal 316 304 102
Decimal 206 196 66
Hex CE C4 42

RGB Percentages of Color #cec442

%44.02
%41.88
%14.10

CMYK Percentages of Color #cec442

%0
%5
%68
%19

Triadic Colors of #cec442

#cec442 #42cec4 #c442ce

Analogous Colors of #cec442

#cec442 #92ce42 #ce7e42

Monochromatic Colors of #cec442

#cec442

Complementary Color

#cec442 #424cce

#cec442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec442 Color CSS Codes

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

#cec442 Text Font Color

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

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


#cec442 Background Color

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

This div background color is #cec442


#cec442 Border Color

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

This div border color is #cec442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec442


Comments

No comments written yet.

Please login to write comment.