Color Hex Logo

#ceae80 Color Hex

#CEAE80
(206,174,128)
0 Favorites   0 Comments

Color spaces of #ceae80

RGB 206174128
HSL0.100.440.65
HSV35°38°81°
CMYK 0.000.160.38   0.19
XYZ44.485944.952426.7541
Yxy44.95240.38290.3869
Hunter Lab67.04661.104723.2736
CIE-Lab72.86055.188627.9398

#ceae80 color RGB value is (206,174,128).

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

The process color (four color CMYK) of #ceae80 color hex is 0.00, 0.16, 0.38, 0.19. Web safe color of #ceae80 is #cc9999. Color #ceae80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10000000
Octal 316 256 200
Decimal 206 174 128
Hex CE AE 80

RGB Percentages of Color #ceae80

%40.55
%34.25
%25.20

CMYK Percentages of Color #ceae80

%0
%16
%38
%19

Triadic Colors of #ceae80

#ceae80 #80ceae #ae80ce

Analogous Colors of #ceae80

#ceae80 #c7ce80 #ce8780

Monochromatic Colors of #ceae80

#ceae80

Complementary Color

#ceae80 #80a0ce

#ceae80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae80 Color CSS Codes

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

#ceae80 Text Font Color

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

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


#ceae80 Background Color

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

This div background color is #ceae80


#ceae80 Border Color

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

This div border color is #ceae80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae80


Comments

No comments written yet.

Please login to write comment.