Color Hex Logo

#ceae7e Color Hex

#CEAE7E
(206,174,126)
0 Favorites   0 Comments

Color spaces of #ceae7e

RGB 206174126
HSL0.100.450.65
HSV36°39°81°
CMYK 0.000.160.39   0.19
XYZ44.355544.900326.0675
Yxy44.90030.38460.3893
Hunter Lab67.00770.894023.8402
CIE-Lab72.82624.956928.9615

#ceae7e color RGB value is (206,174,126).

#ceae7e hex color red value is 206, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ceae7e hue: 0.10 , saturation: 0.45 and the lightness value of ceae7e is 0.65.

The process color (four color CMYK) of #ceae7e color hex is 0.00, 0.16, 0.39, 0.19. Web safe color of #ceae7e is #cc9966. Color #ceae7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 01111110
Octal 316 256 176
Decimal 206 174 126
Hex CE AE 7E

RGB Percentages of Color #ceae7e

%40.71
%34.39
%24.90

CMYK Percentages of Color #ceae7e

%0
%16
%39
%19

Triadic Colors of #ceae7e

#ceae7e #7eceae #ae7ece

Analogous Colors of #ceae7e

#ceae7e #c6ce7e #ce867e

Monochromatic Colors of #ceae7e

#ceae7e

Complementary Color

#ceae7e #7e9ece

#ceae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae7e Color CSS Codes

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

#ceae7e Text Font Color

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

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


#ceae7e Background Color

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

This div background color is #ceae7e


#ceae7e Border Color

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

This div border color is #ceae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae7e

#ceae7e Color Palettes


Comments

No comments written yet.

Please login to write comment.