Color Hex Logo

#cea48a Color Hex

#CEA48A
(206,164,138)
0 Favorites   0 Comments

Color spaces of #cea48a

RGB 206164138
HSL0.060.410.67
HSV23°33°81°
CMYK 0.000.200.33   0.19
XYZ43.316541.507729.7735
Yxy41.50770.37800.3622
Hunter Lab64.42657.266417.6988
CIE-Lab70.530211.801419.3764

#cea48a color RGB value is (206,164,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 10001010
Octal 316 244 212
Decimal 206 164 138
Hex CE A4 8A

RGB Percentages of Color #cea48a

%40.55
%32.28
%27.17

CMYK Percentages of Color #cea48a

%0
%20
%33
%19

Triadic Colors of #cea48a

#cea48a #8acea4 #a48ace

Analogous Colors of #cea48a

#cea48a #cec68a #ce8a92

Monochromatic Colors of #cea48a

#cea48a

Complementary Color

#cea48a #8ab4ce

#cea48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea48a Color CSS Codes

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

#cea48a Text Font Color

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

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


#cea48a Background Color

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

This div background color is #cea48a


#cea48a Border Color

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

This div border color is #cea48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea48a


Comments

No comments written yet.

Please login to write comment.