Color Hex Logo

#ceaa57 Color Hex

#CEAA57
(206,170,87)
0 Favorites   0 Comments

Color spaces of #ceaa57

RGB 20617087
HSL0.120.550.57
HSV42°58°81°
CMYK 0.000.170.58   0.19
XYZ41.548642.559415.0418
Yxy42.55940.41900.4292
Hunter Lab65.2376-0.482431.9958
CIE-Lab71.25493.370047.0499

#ceaa57 color RGB value is (206,170,87).

#ceaa57 hex color red value is 206, green value is 170 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ceaa57 hue: 0.12 , saturation: 0.55 and the lightness value of ceaa57 is 0.57.

The process color (four color CMYK) of #ceaa57 color hex is 0.00, 0.17, 0.58, 0.19. Web safe color of #ceaa57 is #cc9966. Color #ceaa57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01010111
Octal 316 252 127
Decimal 206 170 87
Hex CE AA 57

RGB Percentages of Color #ceaa57

%44.49
%36.72
%18.79

CMYK Percentages of Color #ceaa57

%0
%17
%58
%19

Triadic Colors of #ceaa57

#ceaa57 #57ceaa #aa57ce

Analogous Colors of #ceaa57

#ceaa57 #b7ce57 #ce6f57

Monochromatic Colors of #ceaa57

#ceaa57

Complementary Color

#ceaa57 #577bce

#ceaa57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa57 Color CSS Codes

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

#ceaa57 Text Font Color

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

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


#ceaa57 Background Color

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

This div background color is #ceaa57


#ceaa57 Border Color

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

This div border color is #ceaa57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa57

#ceaa57 Color Palettes


Comments

No comments written yet.

Please login to write comment.