Color Hex Logo

#cea383 Color Hex

#CEA383
(206,163,131)
0 Favorites   0 Comments

Color spaces of #cea383

RGB 206163131
HSL0.070.430.66
HSV26°36°81°
CMYK 0.000.210.36   0.19
XYZ42.647540.954927.1300
Yxy40.95490.38510.3699
Hunter Lab63.99606.960919.6622
CIE-Lab70.144311.473422.6727

#cea383 color RGB value is (206,163,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 10000011
Octal 316 243 203
Decimal 206 163 131
Hex CE A3 83

RGB Percentages of Color #cea383

%41.20
%32.60
%26.20

CMYK Percentages of Color #cea383

%0
%21
%36
%19

Triadic Colors of #cea383

#cea383 #83cea3 #a383ce

Analogous Colors of #cea383

#cea383 #cec983 #ce8389

Monochromatic Colors of #cea383

#cea383

Complementary Color

#cea383 #83aece

#cea383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea383 Color CSS Codes

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

#cea383 Text Font Color

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

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


#cea383 Background Color

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

This div background color is #cea383


#cea383 Border Color

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

This div border color is #cea383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea383


Comments

No comments written yet.

Please login to write comment.