Color Hex Logo

#ceaa10 Color Hex

#CEAA10
(206,170,16)
0 Favorites   0 Comments

Color spaces of #ceaa10

RGB 20617016
HSL0.140.860.44
HSV49°92°81°
CMYK 0.000.170.92   0.19
XYZ39.921941.90876.4753
Yxy41.90870.45210.4746
Hunter Lab64.7369-3.212439.3854
CIE-Lab70.80790.278371.6026

#ceaa10 color RGB value is (206,170,16).

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

The process color (four color CMYK) of #ceaa10 color hex is 0.00, 0.17, 0.92, 0.19. Web safe color of #ceaa10 is #cc9900. Color #ceaa10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 00010000
Octal 316 252 20
Decimal 206 170 16
Hex CE AA 10

RGB Percentages of Color #ceaa10

%52.55
%43.37
%4.08

CMYK Percentages of Color #ceaa10

%0
%17
%92
%19

Triadic Colors of #ceaa10

#ceaa10 #10ceaa #aa10ce

Analogous Colors of #ceaa10

#ceaa10 #93ce10 #ce4b10

Monochromatic Colors of #ceaa10

#ceaa10

Complementary Color

#ceaa10 #1034ce

#ceaa10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa10 Color CSS Codes

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

#ceaa10 Text Font Color

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

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


#ceaa10 Background Color

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

This div background color is #ceaa10


#ceaa10 Border Color

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

This div border color is #ceaa10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa10


Comments

No comments written yet.

Please login to write comment.