Color Hex Logo

#cec56a Color Hex

#CEC56A
(206,197,106)
0 Favorites   0 Comments

Color spaces of #cec56a

RGB 206197106
HSL0.150.510.61
HSV55°49°81°
CMYK 0.000.040.49   0.19
XYZ48.021454.094921.5460
Yxy54.09490.38830.4374
Hunter Lab73.5492-12.165834.1157
CIE-Lab78.5170-9.169646.4140

#cec56a color RGB value is (206,197,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 01101010
Octal 316 305 152
Decimal 206 197 106
Hex CE C5 6A

RGB Percentages of Color #cec56a

%40.47
%38.70
%20.83

CMYK Percentages of Color #cec56a

%0
%4
%49
%19

Triadic Colors of #cec56a

#cec56a #6acec5 #c56ace

Analogous Colors of #cec56a

#cec56a #a5ce6a #ce936a

Monochromatic Colors of #cec56a

#cec56a

Complementary Color

#cec56a #6a73ce

#cec56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec56a Color CSS Codes

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

#cec56a Text Font Color

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

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


#cec56a Background Color

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

This div background color is #cec56a


#cec56a Border Color

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

This div border color is #cec56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec56a


Comments

No comments written yet.

Please login to write comment.