Color Hex Logo

#cea382 Color Hex

#CEA382
(206,163,130)
0 Favorites   0 Comments

Color spaces of #cea382

RGB 206163130
HSL0.070.440.66
HSV26°37°81°
CMYK 0.000.210.37   0.19
XYZ42.580140.927926.7748
Yxy40.92790.38610.3711
Hunter Lab63.97496.849019.9684
CIE-Lab70.125411.353323.1917

#cea382 color RGB value is (206,163,130).

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

The process color (four color CMYK) of #cea382 color hex is 0.00, 0.21, 0.37, 0.19. Web safe color of #cea382 is #cc9999. Color #cea382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 10000010
Octal 316 243 202
Decimal 206 163 130
Hex CE A3 82

RGB Percentages of Color #cea382

%41.28
%32.67
%26.05

CMYK Percentages of Color #cea382

%0
%21
%37
%19

Triadic Colors of #cea382

#cea382 #82cea3 #a382ce

Analogous Colors of #cea382

#cea382 #cec982 #ce8287

Monochromatic Colors of #cea382

#cea382

Complementary Color

#cea382 #82adce

#cea382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea382 Color CSS Codes

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

#cea382 Text Font Color

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

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


#cea382 Background Color

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

This div background color is #cea382


#cea382 Border Color

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

This div border color is #cea382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea382


Comments

No comments written yet.

Please login to write comment.