Color Hex Logo

#cfaf50 Color Hex

#CFAF50
(207,175,80)
0 Favorites   0 Comments

Color spaces of #cfaf50

RGB 20717580
HSL0.120.570.56
HSV45°61°81°
CMYK 0.000.150.61   0.19
XYZ42.510144.504513.9391
Yxy44.50450.42110.4408
Hunter Lab66.7117-3.001534.3098
CIE-Lab72.56440.630451.8986

#cfaf50 color RGB value is (207,175,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01010000
Octal 317 257 120
Decimal 207 175 80
Hex CF AF 50

RGB Percentages of Color #cfaf50

%44.81
%37.88
%17.32

CMYK Percentages of Color #cfaf50

%0
%15
%61
%19

Triadic Colors of #cfaf50

#cfaf50 #50cfaf #af50cf

Analogous Colors of #cfaf50

#cfaf50 #b0cf50 #cf7050

Monochromatic Colors of #cfaf50

#cfaf50

Complementary Color

#cfaf50 #5070cf

#cfaf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf50 Color CSS Codes

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

#cfaf50 Text Font Color

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

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


#cfaf50 Background Color

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

This div background color is #cfaf50


#cfaf50 Border Color

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

This div border color is #cfaf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf50


Comments

No comments written yet.

Please login to write comment.