Color Hex Logo

#cec478 Color Hex

#CEC478
(206,196,120)
0 Favorites   0 Comments

Color spaces of #cec478

RGB 206196120
HSL0.150.470.64
HSV53°42°81°
CMYK 0.000.050.42   0.19
XYZ48.583753.957725.6235
Yxy53.95770.37910.4210
Hunter Lab73.4559-10.488030.7371
CIE-Lab78.4371-7.276639.3446

#cec478 color RGB value is (206,196,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01111000
Octal 316 304 170
Decimal 206 196 120
Hex CE C4 78

RGB Percentages of Color #cec478

%39.46
%37.55
%22.99

CMYK Percentages of Color #cec478

%0
%5
%42
%19

Triadic Colors of #cec478

#cec478 #78cec4 #c478ce

Analogous Colors of #cec478

#cec478 #adce78 #ce9978

Monochromatic Colors of #cec478

#cec478

Complementary Color

#cec478 #7882ce

#cec478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec478 Color CSS Codes

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

#cec478 Text Font Color

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

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


#cec478 Background Color

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

This div background color is #cec478


#cec478 Border Color

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

This div border color is #cec478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec478


Comments

No comments written yet.

Please login to write comment.