Color Hex Logo

#cfaf48 Color Hex

#CFAF48
(207,175,72)
0 Favorites   0 Comments

Color spaces of #cfaf48

RGB 20717572
HSL0.130.580.55
HSV46°65°81°
CMYK 0.000.150.65   0.19
XYZ42.231844.393212.4738
Yxy44.39320.42620.4480
Hunter Lab66.6282-3.458535.5398
CIE-Lab72.49050.112655.4348

#cfaf48 color RGB value is (207,175,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01001000
Octal 317 257 110
Decimal 207 175 72
Hex CF AF 48

RGB Percentages of Color #cfaf48

%45.59
%38.55
%15.86

CMYK Percentages of Color #cfaf48

%0
%15
%65
%19

Triadic Colors of #cfaf48

#cfaf48 #48cfaf #af48cf

Analogous Colors of #cfaf48

#cfaf48 #accf48 #cf6c48

Monochromatic Colors of #cfaf48

#cfaf48

Complementary Color

#cfaf48 #4868cf

#cfaf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf48 Color CSS Codes

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

#cfaf48 Text Font Color

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

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


#cfaf48 Background Color

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

This div background color is #cfaf48


#cfaf48 Border Color

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

This div border color is #cfaf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf48


Comments

No comments written yet.

Please login to write comment.