Color Hex Logo

#ceaa04 Color Hex

#CEAA04
(206,170,4)
0 Favorites   0 Comments

Color spaces of #ceaa04

RGB 2061704
HSL0.140.960.41
HSV49°98°81°
CMYK 0.000.170.98   0.19
XYZ39.850241.88006.0982
Yxy41.88000.45370.4768
Hunter Lab64.7148-3.333739.7133
CIE-Lab70.78810.139473.1143

#ceaa04 color RGB value is (206,170,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 00000100
Octal 316 252 4
Decimal 206 170 4
Hex CE AA 4

RGB Percentages of Color #ceaa04

%54.21
%44.74
%1.05

CMYK Percentages of Color #ceaa04

%0
%17
%98
%19

Triadic Colors of #ceaa04

#ceaa04 #04ceaa #aa04ce

Analogous Colors of #ceaa04

#ceaa04 #8dce04 #ce4504

Monochromatic Colors of #ceaa04

#ceaa04

Complementary Color

#ceaa04 #0428ce

#ceaa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa04 Color CSS Codes

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

#ceaa04 Text Font Color

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

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


#ceaa04 Background Color

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

This div background color is #ceaa04


#ceaa04 Border Color

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

This div border color is #ceaa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa04


Comments

No comments written yet.

Please login to write comment.