Color Hex Logo

#cea48e Color Hex

#CEA48E
(206,164,142)
0 Favorites   0 Comments

Color spaces of #cea48e

RGB 206164142
HSL0.060.400.68
HSV21°31°81°
CMYK 0.000.200.31   0.19
XYZ43.611541.625731.3272
Yxy41.62570.37410.3571
Hunter Lab64.51807.752216.3739
CIE-Lab70.612112.319917.2978

#cea48e color RGB value is (206,164,142).

#cea48e hex color red value is 206, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cea48e hue: 0.06 , saturation: 0.40 and the lightness value of cea48e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 10001110
Octal 316 244 216
Decimal 206 164 142
Hex CE A4 8E

RGB Percentages of Color #cea48e

%40.23
%32.03
%27.73

CMYK Percentages of Color #cea48e

%0
%20
%31
%19

Triadic Colors of #cea48e

#cea48e #8ecea4 #a48ece

Analogous Colors of #cea48e

#cea48e #cec48e #ce8e98

Monochromatic Colors of #cea48e

#cea48e

Complementary Color

#cea48e #8eb8ce

#cea48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea48e Color CSS Codes

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

#cea48e Text Font Color

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

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


#cea48e Background Color

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

This div background color is #cea48e


#cea48e Border Color

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

This div border color is #cea48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea48e


Comments

No comments written yet.

Please login to write comment.