Color Hex Logo

#cea28d Color Hex

#CEA28D
(206,162,141)
0 Favorites   0 Comments

Color spaces of #cea28d

RGB 206162141
HSL0.050.400.68
HSV19°32°81°
CMYK 0.000.210.32   0.19
XYZ43.181640.885630.8151
Yxy40.88560.37590.3559
Hunter Lab63.94188.647516.1860
CIE-Lab70.095713.274317.1308

#cea28d color RGB value is (206,162,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 10001101
Octal 316 242 215
Decimal 206 162 141
Hex CE A2 8D

RGB Percentages of Color #cea28d

%40.47
%31.83
%27.70

CMYK Percentages of Color #cea28d

%0
%21
%32
%19

Triadic Colors of #cea28d

#cea28d #8dcea2 #a28dce

Analogous Colors of #cea28d

#cea28d #cec38d #ce8d99

Monochromatic Colors of #cea28d

#cea28d

Complementary Color

#cea28d #8db9ce

#cea28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea28d Color CSS Codes

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

#cea28d Text Font Color

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

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


#cea28d Background Color

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

This div background color is #cea28d


#cea28d Border Color

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

This div border color is #cea28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea28d


Comments

No comments written yet.

Please login to write comment.