Color Hex Logo

#cea984 Color Hex

#CEA984
(206,169,132)
0 Favorites   0 Comments

Color spaces of #cea984

RGB 206169132
HSL0.080.430.66
HSV30°36°81°
CMYK 0.000.180.36   0.19
XYZ43.806443.163727.8524
Yxy43.16370.38150.3759
Hunter Lab65.69914.045620.8540
CIE-Lab71.66598.351024.1890

#cea984 color RGB value is (206,169,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10000100
Octal 316 251 204
Decimal 206 169 132
Hex CE A9 84

RGB Percentages of Color #cea984

%40.63
%33.33
%26.04

CMYK Percentages of Color #cea984

%0
%18
%36
%19

Triadic Colors of #cea984

#cea984 #84cea9 #a984ce

Analogous Colors of #cea984

#cea984 #cece84 #ce8484

Monochromatic Colors of #cea984

#cea984

Complementary Color

#cea984 #84a9ce

#cea984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea984 Color CSS Codes

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

#cea984 Text Font Color

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

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


#cea984 Background Color

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

This div background color is #cea984


#cea984 Border Color

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

This div border color is #cea984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea984


Comments

No comments written yet.

Please login to write comment.