Color Hex Logo

#cec44e Color Hex

#CEC44E
(206,196,78)
0 Favorites   0 Comments

Color spaces of #cec44e

RGB 20619678
HSL0.150.570.56
HSV55°62°81°
CMYK 0.000.050.62   0.19
XYZ46.568753.151715.0126
Yxy53.15170.40590.4633
Hunter Lab72.9052-13.566038.8247
CIE-Lab77.9645-10.844858.6851

#cec44e color RGB value is (206,196,78).

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

The process color (four color CMYK) of #cec44e color hex is 0.00, 0.05, 0.62, 0.19. Web safe color of #cec44e is #cccc66. Color #cec44e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01001110
Octal 316 304 116
Decimal 206 196 78
Hex CE C4 4E

RGB Percentages of Color #cec44e

%42.92
%40.83
%16.25

CMYK Percentages of Color #cec44e

%0
%5
%62
%19

Triadic Colors of #cec44e

#cec44e #4ecec4 #c44ece

Analogous Colors of #cec44e

#cec44e #98ce4e #ce844e

Monochromatic Colors of #cec44e

#cec44e

Complementary Color

#cec44e #4e58ce

#cec44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec44e Color CSS Codes

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

#cec44e Text Font Color

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

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


#cec44e Background Color

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

This div background color is #cec44e


#cec44e Border Color

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

This div border color is #cec44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec44e


Comments

No comments written yet.

Please login to write comment.