Color Hex Logo

#cfaa31 Color Hex

#CFAA31
(207,170,49)
0 Favorites   0 Comments

Color spaces of #cfaa31

RGB 20717049
HSL0.130.620.50
HSV46°76°81°
CMYK 0.000.180.76   0.19
XYZ40.661242.23668.9151
Yxy42.23660.44290.4600
Hunter Lab64.9897-2.052337.3596
CIE-Lab71.03371.602363.2117

#cfaa31 color RGB value is (207,170,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 00110001
Octal 317 252 61
Decimal 207 170 49
Hex CF AA 31

RGB Percentages of Color #cfaa31

%48.59
%39.91
%11.50

CMYK Percentages of Color #cfaa31

%0
%18
%76
%19

Triadic Colors of #cfaa31

#cfaa31 #31cfaa #aa31cf

Analogous Colors of #cfaa31

#cfaa31 #a5cf31 #cf5b31

Monochromatic Colors of #cfaa31

#cfaa31

Complementary Color

#cfaa31 #3156cf

#cfaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaa31 Color CSS Codes

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

#cfaa31 Text Font Color

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

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


#cfaa31 Background Color

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

This div background color is #cfaa31


#cfaa31 Border Color

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

This div border color is #cfaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaa31


Comments

No comments written yet.

Please login to write comment.