Color Hex Logo

#cea683 Color Hex

#CEA683
(206,166,131)
0 Favorites   0 Comments

Color spaces of #cea683

RGB 206166131
HSL0.080.430.66
HSV28°36°81°
CMYK 0.000.190.36   0.19
XYZ43.186642.032927.3097
Yxy42.03290.38380.3735
Hunter Lab64.83285.445620.4081
CIE-Lab70.89369.849923.6874

#cea683 color RGB value is (206,166,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10000011
Octal 316 246 203
Decimal 206 166 131
Hex CE A6 83

RGB Percentages of Color #cea683

%40.95
%33.00
%26.04

CMYK Percentages of Color #cea683

%0
%19
%36
%19

Triadic Colors of #cea683

#cea683 #83cea6 #a683ce

Analogous Colors of #cea683

#cea683 #cecc83 #ce8386

Monochromatic Colors of #cea683

#cea683

Complementary Color

#cea683 #83abce

#cea683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea683 Color CSS Codes

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

#cea683 Text Font Color

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

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


#cea683 Background Color

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

This div background color is #cea683


#cea683 Border Color

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

This div border color is #cea683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea683


Comments

No comments written yet.

Please login to write comment.