Color Hex Logo

#cea47b Color Hex

#CEA47B
(206,164,123)
0 Favorites   0 Comments

Color spaces of #cea47b

RGB 206164123
HSL0.080.460.65
HSV30°40°81°
CMYK 0.000.200.40   0.19
XYZ42.304241.102824.4429
Yxy41.10280.39230.3811
Hunter Lab64.11155.588922.2733
CIE-Lab70.24799.997127.1516

#cea47b color RGB value is (206,164,123).

#cea47b hex color red value is 206, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cea47b hue: 0.08 , saturation: 0.46 and the lightness value of cea47b is 0.65.

The process color (four color CMYK) of #cea47b color hex is 0.00, 0.20, 0.40, 0.19. Web safe color of #cea47b is #cc9966. Color #cea47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 01111011
Octal 316 244 173
Decimal 206 164 123
Hex CE A4 7B

RGB Percentages of Color #cea47b

%41.78
%33.27
%24.95

CMYK Percentages of Color #cea47b

%0
%20
%40
%19

Triadic Colors of #cea47b

#cea47b #7bcea4 #a47bce

Analogous Colors of #cea47b

#cea47b #cece7b #ce7b7c

Monochromatic Colors of #cea47b

#cea47b

Complementary Color

#cea47b #7ba5ce

#cea47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea47b Color CSS Codes

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

#cea47b Text Font Color

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

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


#cea47b Background Color

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

This div background color is #cea47b


#cea47b Border Color

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

This div border color is #cea47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea47b


Comments

No comments written yet.

Please login to write comment.