Color Hex Logo

#cec056 Color Hex

#CEC056
(206,192,86)
0 Favorites   0 Comments

Color spaces of #cec056

RGB 20619286
HSL0.150.550.57
HSV53°58°81°
CMYK 0.000.070.58   0.19
XYZ45.982951.493016.3197
Yxy51.49300.40410.4525
Hunter Lab71.7586-11.194936.7470
CIE-Lab76.9767-8.246854.0664

#cec056 color RGB value is (206,192,86).

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

The process color (four color CMYK) of #cec056 color hex is 0.00, 0.07, 0.58, 0.19. Web safe color of #cec056 is #cccc66. Color #cec056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 01010110
Octal 316 300 126
Decimal 206 192 86
Hex CE C0 56

RGB Percentages of Color #cec056

%42.56
%39.67
%17.77

CMYK Percentages of Color #cec056

%0
%7
%58
%19

Triadic Colors of #cec056

#cec056 #56cec0 #c056ce

Analogous Colors of #cec056

#cec056 #a0ce56 #ce8456

Monochromatic Colors of #cec056

#cec056

Complementary Color

#cec056 #5664ce

#cec056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec056 Color CSS Codes

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

#cec056 Text Font Color

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

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


#cec056 Background Color

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

This div background color is #cec056


#cec056 Border Color

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

This div border color is #cec056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec056


Comments

No comments written yet.

Please login to write comment.