Color Hex Logo

#cec66a Color Hex

#CEC66A
(206,198,106)
0 Favorites   0 Comments

Color spaces of #cec66a

RGB 206198106
HSL0.150.510.61
HSV55°49°81°
CMYK 0.000.040.49   0.19
XYZ48.249254.550621.6220
Yxy54.55060.38780.4384
Hunter Lab73.8584-12.644134.3437
CIE-Lab78.7817-9.681746.7335

#cec66a color RGB value is (206,198,106).

#cec66a hex color red value is 206, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cec66a hue: 0.15 , saturation: 0.51 and the lightness value of cec66a is 0.61.

The process color (four color CMYK) of #cec66a color hex is 0.00, 0.04, 0.49, 0.19. Web safe color of #cec66a is #cccc66. Color #cec66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 01101010
Octal 316 306 152
Decimal 206 198 106
Hex CE C6 6A

RGB Percentages of Color #cec66a

%40.39
%38.82
%20.78

CMYK Percentages of Color #cec66a

%0
%4
%49
%19

Triadic Colors of #cec66a

#cec66a #6acec6 #c66ace

Analogous Colors of #cec66a

#cec66a #a4ce6a #ce946a

Monochromatic Colors of #cec66a

#cec66a

Complementary Color

#cec66a #6a72ce

#cec66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec66a Color CSS Codes

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

#cec66a Text Font Color

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

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


#cec66a Background Color

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

This div background color is #cec66a


#cec66a Border Color

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

This div border color is #cec66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec66a


Comments

No comments written yet.

Please login to write comment.