Color Hex Logo

#cfad53 Color Hex

#CFAD53
(207,173,83)
0 Favorites   0 Comments

Color spaces of #cfad53

RGB 20717383
HSL0.120.560.57
HSV44°60°81°
CMYK 0.000.160.60   0.19
XYZ42.237043.777114.4073
Yxy43.77710.42060.4359
Hunter Lab66.1643-1.839233.4046
CIE-Lab72.07931.901049.9459

#cfad53 color RGB value is (207,173,83).

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

The process color (four color CMYK) of #cfad53 color hex is 0.00, 0.16, 0.60, 0.19. Web safe color of #cfad53 is #cc9966. Color #cfad53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01010011
Octal 317 255 123
Decimal 207 173 83
Hex CF AD 53

RGB Percentages of Color #cfad53

%44.71
%37.37
%17.93

CMYK Percentages of Color #cfad53

%0
%16
%60
%19

Triadic Colors of #cfad53

#cfad53 #53cfad #ad53cf

Analogous Colors of #cfad53

#cfad53 #b3cf53 #cf6f53

Monochromatic Colors of #cfad53

#cfad53

Complementary Color

#cfad53 #5375cf

#cfad53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad53 Color CSS Codes

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

#cfad53 Text Font Color

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

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


#cfad53 Background Color

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

This div background color is #cfad53


#cfad53 Border Color

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

This div border color is #cfad53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad53


Comments

No comments written yet.

Please login to write comment.