Color Hex Logo

#cec382 Color Hex

#CEC382
(206,195,130)
0 Favorites   0 Comments

Color spaces of #cec382

RGB 206195130
HSL0.140.440.66
HSV51°37°81°
CMYK 0.000.050.37   0.19
XYZ48.998053.763728.9141
Yxy53.76370.37210.4083
Hunter Lab73.3237-9.035327.9465
CIE-Lab78.3237-5.655034.0748

#cec382 color RGB value is (206,195,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 10000010
Octal 316 303 202
Decimal 206 195 130
Hex CE C3 82

RGB Percentages of Color #cec382

%38.79
%36.72
%24.48

CMYK Percentages of Color #cec382

%0
%5
%37
%19

Triadic Colors of #cec382

#cec382 #82cec3 #c382ce

Analogous Colors of #cec382

#cec382 #b3ce82 #ce9d82

Monochromatic Colors of #cec382

#cec382

Complementary Color

#cec382 #828dce

#cec382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec382 Color CSS Codes

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

#cec382 Text Font Color

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

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


#cec382 Background Color

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

This div background color is #cec382


#cec382 Border Color

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

This div border color is #cec382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec382


Comments

No comments written yet.

Please login to write comment.