Color Hex Logo

#ceae7c Color Hex

#CEAE7C
(206,174,124)
0 Favorites   0 Comments

Color spaces of #ceae7c

RGB 206174124
HSL0.100.460.65
HSV37°40°81°
CMYK 0.000.160.40   0.19
XYZ44.227744.849225.3945
Yxy44.84920.38640.3918
Hunter Lab66.96950.687424.3962
CIE-Lab72.79254.729429.9815

#ceae7c color RGB value is (206,174,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 01111100
Octal 316 256 174
Decimal 206 174 124
Hex CE AE 7C

RGB Percentages of Color #ceae7c

%40.87
%34.52
%24.60

CMYK Percentages of Color #ceae7c

%0
%16
%40
%19

Triadic Colors of #ceae7c

#ceae7c #7cceae #ae7cce

Analogous Colors of #ceae7c

#ceae7c #c5ce7c #ce857c

Monochromatic Colors of #ceae7c

#ceae7c

Complementary Color

#ceae7c #7c9cce

#ceae7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae7c Color CSS Codes

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

#ceae7c Text Font Color

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

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


#ceae7c Background Color

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

This div background color is #ceae7c


#ceae7c Border Color

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

This div border color is #ceae7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae7c


Comments

No comments written yet.

Please login to write comment.