Color Hex Logo

#ceaa80 Color Hex

#CEAA80
(206,170,128)
0 Favorites   0 Comments

Color spaces of #ceaa80

RGB 206170128
HSL0.090.440.65
HSV32°38°81°
CMYK 0.000.170.38   0.19
XYZ43.724643.429826.5003
Yxy43.42980.38470.3821
Hunter Lab65.90133.105022.2891
CIE-Lab71.84577.335626.5875

#ceaa80 color RGB value is (206,170,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10000000
Octal 316 252 200
Decimal 206 170 128
Hex CE AA 80

RGB Percentages of Color #ceaa80

%40.87
%33.73
%25.40

CMYK Percentages of Color #ceaa80

%0
%17
%38
%19

Triadic Colors of #ceaa80

#ceaa80 #80ceaa #aa80ce

Analogous Colors of #ceaa80

#ceaa80 #cbce80 #ce8380

Monochromatic Colors of #ceaa80

#ceaa80

Complementary Color

#ceaa80 #80a4ce

#ceaa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa80 Color CSS Codes

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

#ceaa80 Text Font Color

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

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


#ceaa80 Background Color

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

This div background color is #ceaa80


#ceaa80 Border Color

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

This div border color is #ceaa80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,170,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 #ceaa80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa80


Comments

No comments written yet.

Please login to write comment.