Color Hex Logo

#cec556 Color Hex

#CEC556
(206,197,86)
0 Favorites   0 Comments

Color spaces of #cec556

RGB 20619786
HSL0.150.550.57
HSV56°58°81°
CMYK 0.000.040.58   0.19
XYZ47.099653.726216.6919
Yxy53.72620.40080.4572
Hunter Lab73.2982-13.572137.8068
CIE-Lab78.3018-10.806555.5495

#cec556 color RGB value is (206,197,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 01010110
Octal 316 305 126
Decimal 206 197 86
Hex CE C5 56

RGB Percentages of Color #cec556

%42.13
%40.29
%17.59

CMYK Percentages of Color #cec556

%0
%4
%58
%19

Triadic Colors of #cec556

#cec556 #56cec5 #c556ce

Analogous Colors of #cec556

#cec556 #9bce56 #ce8956

Monochromatic Colors of #cec556

#cec556

Complementary Color

#cec556 #565fce

#cec556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec556 Color CSS Codes

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

#cec556 Text Font Color

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

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


#cec556 Background Color

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

This div background color is #cec556


#cec556 Border Color

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

This div border color is #cec556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec556


Comments

No comments written yet.

Please login to write comment.