Color Hex Logo

#cfaa19 Color Hex

#CFAA19
(207,170,25)
0 Favorites   0 Comments

Color spaces of #cfaa19

RGB 20717025
HSL0.130.780.45
HSV48°88°81°
CMYK 0.000.180.88   0.19
XYZ40.282342.08506.9198
Yxy42.08500.45120.4713
Hunter Lab64.8730-2.689639.0868
CIE-Lab70.92950.877770.0653

#cfaa19 color RGB value is (207,170,25).

#cfaa19 hex color red value is 207, green value is 170 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cfaa19 hue: 0.13 , saturation: 0.78 and the lightness value of cfaa19 is 0.45.

The process color (four color CMYK) of #cfaa19 color hex is 0.00, 0.18, 0.88, 0.19. Web safe color of #cfaa19 is #cc9900. Color #cfaa19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 00011001
Octal 317 252 31
Decimal 207 170 25
Hex CF AA 19

RGB Percentages of Color #cfaa19

%51.49
%42.29
%6.22

CMYK Percentages of Color #cfaa19

%0
%18
%88
%19

Triadic Colors of #cfaa19

#cfaa19 #19cfaa #aa19cf

Analogous Colors of #cfaa19

#cfaa19 #99cf19 #cf4f19

Monochromatic Colors of #cfaa19

#cfaa19

Complementary Color

#cfaa19 #193ecf

#cfaa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa19 Color CSS Codes

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

#cfaa19 Text Font Color

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

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


#cfaa19 Background Color

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

This div background color is #cfaa19


#cfaa19 Border Color

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

This div border color is #cfaa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa19


Comments

No comments written yet.

Please login to write comment.