Color Hex Logo

#cfaa29 Color Hex

#CFAA29
(207,170,41)
0 Favorites   0 Comments

Color spaces of #cfaa29

RGB 20717041
HSL0.130.670.49
HSV47°80°81°
CMYK 0.000.180.80   0.19
XYZ40.507142.17498.1034
Yxy42.17490.44620.4646
Hunter Lab64.9422-2.311138.0614
CIE-Lab70.99131.308565.8586

#cfaa29 color RGB value is (207,170,41).

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

The process color (four color CMYK) of #cfaa29 color hex is 0.00, 0.18, 0.80, 0.19. Web safe color of #cfaa29 is #cc9933. Color #cfaa29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 00101001
Octal 317 252 51
Decimal 207 170 41
Hex CF AA 29

RGB Percentages of Color #cfaa29

%49.52
%40.67
%9.81

CMYK Percentages of Color #cfaa29

%0
%18
%80
%19

Triadic Colors of #cfaa29

#cfaa29 #29cfaa #aa29cf

Analogous Colors of #cfaa29

#cfaa29 #a1cf29 #cf5729

Monochromatic Colors of #cfaa29

#cfaa29

Complementary Color

#cfaa29 #294ecf

#cfaa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa29 Color CSS Codes

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

#cfaa29 Text Font Color

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

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


#cfaa29 Background Color

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

This div background color is #cfaa29


#cfaa29 Border Color

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

This div border color is #cfaa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa29


Comments

No comments written yet.

Please login to write comment.