Color Hex Logo

#cec080 Color Hex

#CEC080
(206,192,128)
0 Favorites   0 Comments

Color spaces of #cec080

RGB 206192128
HSL0.140.440.65
HSV49°38°81°
CMYK 0.000.070.38   0.19
XYZ48.199552.379627.9920
Yxy52.37960.37490.4074
Hunter Lab72.3738-7.776627.7300
CIE-Lab77.5073-4.325534.0485

#cec080 color RGB value is (206,192,128).

#cec080 hex color red value is 206, green value is 192 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cec080 hue: 0.14 , saturation: 0.44 and the lightness value of cec080 is 0.65.

The process color (four color CMYK) of #cec080 color hex is 0.00, 0.07, 0.38, 0.19. Web safe color of #cec080 is #cccc99. Color #cec080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 10000000
Octal 316 300 200
Decimal 206 192 128
Hex CE C0 80

RGB Percentages of Color #cec080

%39.16
%36.50
%24.33

CMYK Percentages of Color #cec080

%0
%7
%38
%19

Triadic Colors of #cec080

#cec080 #80cec0 #c080ce

Analogous Colors of #cec080

#cec080 #b5ce80 #ce9980

Monochromatic Colors of #cec080

#cec080

Complementary Color

#cec080 #808ece

#cec080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec080 Color CSS Codes

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

#cec080 Text Font Color

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

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


#cec080 Background Color

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

This div background color is #cec080


#cec080 Border Color

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

This div border color is #cec080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec080


Comments

No comments written yet.

Please login to write comment.