Color Hex Logo

#cfae04 Color Hex

#CFAE04
(207,174,4)
0 Favorites   0 Comments

Color spaces of #cfae04

RGB 2071744
HSL0.140.960.41
HSV50°98°81°
CMYK 0.000.160.98   0.19
XYZ40.890143.54636.3650
Yxy43.54630.45030.4796
Hunter Lab65.9896-4.875340.4739
CIE-Lab71.9242-1.530373.9730

#cfae04 color RGB value is (207,174,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 00000100
Octal 317 256 4
Decimal 207 174 4
Hex CF AE 4

RGB Percentages of Color #cfae04

%53.77
%45.19
%1.04

CMYK Percentages of Color #cfae04

%0
%16
%98
%19

Triadic Colors of #cfae04

#cfae04 #04cfae #ae04cf

Analogous Colors of #cfae04

#cfae04 #8bcf04 #cf4804

Monochromatic Colors of #cfae04

#cfae04

Complementary Color

#cfae04 #0425cf

#cfae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae04 Color CSS Codes

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

#cfae04 Text Font Color

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

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


#cfae04 Background Color

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

This div background color is #cfae04


#cfae04 Border Color

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

This div border color is #cfae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae04


Comments

No comments written yet.

Please login to write comment.