Color Hex Logo

#cea169 Color Hex

#CEA169
(206,161,105)
0 Favorites   0 Comments

Color spaces of #cea169

RGB 206161105
HSL0.090.510.61
HSV33°49°81°
CMYK 0.000.220.49   0.19
XYZ40.748339.631518.8666
Yxy39.63150.41060.3993
Hunter Lab62.95365.370026.2988
CIE-Lab69.20639.748235.4074

#cea169 color RGB value is (206,161,105).

#cea169 hex color red value is 206, green value is 161 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cea169 hue: 0.09 , saturation: 0.51 and the lightness value of cea169 is 0.61.

The process color (four color CMYK) of #cea169 color hex is 0.00, 0.22, 0.49, 0.19. Web safe color of #cea169 is #cc9966. Color #cea169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01101001
Octal 316 241 151
Decimal 206 161 105
Hex CE A1 69

RGB Percentages of Color #cea169

%43.64
%34.11
%22.25

CMYK Percentages of Color #cea169

%0
%22
%49
%19

Triadic Colors of #cea169

#cea169 #69cea1 #a169ce

Analogous Colors of #cea169

#cea169 #c9ce69 #ce6f69

Monochromatic Colors of #cea169

#cea169

Complementary Color

#cea169 #6996ce

#cea169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea169 Color CSS Codes

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

#cea169 Text Font Color

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

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


#cea169 Background Color

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

This div background color is #cea169


#cea169 Border Color

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

This div border color is #cea169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea169


Comments

No comments written yet.

Please login to write comment.