Color Hex Logo

#cfaf30 Color Hex

#CFAF30
(207,175,48)
0 Favorites   0 Comments

Color spaces of #cfaf30

RGB 20717548
HSL0.130.620.50
HSV48°77°81°
CMYK 0.000.150.77   0.19
XYZ41.595644.13879.1236
Yxy44.13870.43850.4653
Hunter Lab66.4370-4.507438.3637
CIE-Lab72.3211-1.082764.7595

#cfaf30 color RGB value is (207,175,48).

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

The process color (four color CMYK) of #cfaf30 color hex is 0.00, 0.15, 0.77, 0.19. Web safe color of #cfaf30 is #cc9933. Color #cfaf30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 00110000
Octal 317 257 60
Decimal 207 175 48
Hex CF AF 30

RGB Percentages of Color #cfaf30

%48.14
%40.70
%11.16

CMYK Percentages of Color #cfaf30

%0
%15
%77
%19

Triadic Colors of #cfaf30

#cfaf30 #30cfaf #af30cf

Analogous Colors of #cfaf30

#cfaf30 #a0cf30 #cf6030

Monochromatic Colors of #cfaf30

#cfaf30

Complementary Color

#cfaf30 #3050cf

#cfaf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf30 Color CSS Codes

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

#cfaf30 Text Font Color

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

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


#cfaf30 Background Color

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

This div background color is #cfaf30


#cfaf30 Border Color

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

This div border color is #cfaf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf30


Comments

No comments written yet.

Please login to write comment.