Color Hex Logo

#cec582 Color Hex

#CEC582
(206,197,130)
0 Favorites   0 Comments

Color spaces of #cec582

RGB 206197130
HSL0.150.440.66
HSV53°37°81°
CMYK 0.000.040.37   0.19
XYZ49.449154.666029.0644
Yxy54.66600.37130.4105
Hunter Lab73.9365-10.007028.4486
CIE-Lab78.8485-6.690334.7572

#cec582 color RGB value is (206,197,130).

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

The process color (four color CMYK) of #cec582 color hex is 0.00, 0.04, 0.37, 0.19. Web safe color of #cec582 is #cccc99. Color #cec582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 10000010
Octal 316 305 202
Decimal 206 197 130
Hex CE C5 82

RGB Percentages of Color #cec582

%38.65
%36.96
%24.39

CMYK Percentages of Color #cec582

%0
%4
%37
%19

Triadic Colors of #cec582

#cec582 #82cec5 #c582ce

Analogous Colors of #cec582

#cec582 #b1ce82 #ce9f82

Monochromatic Colors of #cec582

#cec582

Complementary Color

#cec582 #828bce

#cec582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec582 Color CSS Codes

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

#cec582 Text Font Color

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

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


#cec582 Background Color

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

This div background color is #cec582


#cec582 Border Color

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

This div border color is #cec582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec582


Comments

No comments written yet.

Please login to write comment.