Color Hex Logo

#cfaf51 Color Hex

#CFAF51
(207,175,81)
0 Favorites   0 Comments

Color spaces of #cfaf51

RGB 20717581
HSL0.120.570.56
HSV45°61°81°
CMYK 0.000.150.61   0.19
XYZ42.547344.519414.1352
Yxy44.51940.42040.4399
Hunter Lab66.7229-2.940634.1454
CIE-Lab72.57430.699351.4451

#cfaf51 color RGB value is (207,175,81).

#cfaf51 hex color red value is 207, green value is 175 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cfaf51 hue: 0.12 , saturation: 0.57 and the lightness value of cfaf51 is 0.56.

The process color (four color CMYK) of #cfaf51 color hex is 0.00, 0.15, 0.61, 0.19. Web safe color of #cfaf51 is #cc9966. Color #cfaf51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01010001
Octal 317 257 121
Decimal 207 175 81
Hex CF AF 51

RGB Percentages of Color #cfaf51

%44.71
%37.80
%17.49

CMYK Percentages of Color #cfaf51

%0
%15
%61
%19

Triadic Colors of #cfaf51

#cfaf51 #51cfaf #af51cf

Analogous Colors of #cfaf51

#cfaf51 #b0cf51 #cf7051

Monochromatic Colors of #cfaf51

#cfaf51

Complementary Color

#cfaf51 #5171cf

#cfaf51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf51 Color CSS Codes

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

#cfaf51 Text Font Color

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

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


#cfaf51 Background Color

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

This div background color is #cfaf51


#cfaf51 Border Color

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

This div border color is #cfaf51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf51


Comments

No comments written yet.

Please login to write comment.