Color Hex Logo

#cfad63 Color Hex

#CFAD63
(207,173,99)
0 Favorites   0 Comments

Color spaces of #cfad63

RGB 20717399
HSL0.110.530.60
HSV41°52°81°
CMYK 0.000.160.52   0.19
XYZ42.927844.053418.0450
Yxy44.05340.40870.4195
Hunter Lab66.3727-0.704130.3415
CIE-Lab72.26423.172942.3223

#cfad63 color RGB value is (207,173,99).

#cfad63 hex color red value is 207, green value is 173 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cfad63 hue: 0.11 , saturation: 0.53 and the lightness value of cfad63 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01100011
Octal 317 255 143
Decimal 207 173 99
Hex CF AD 63

RGB Percentages of Color #cfad63

%43.22
%36.12
%20.67

CMYK Percentages of Color #cfad63

%0
%16
%52
%19

Triadic Colors of #cfad63

#cfad63 #63cfad #ad63cf

Analogous Colors of #cfad63

#cfad63 #bbcf63 #cf7763

Monochromatic Colors of #cfad63

#cfad63

Complementary Color

#cfad63 #6385cf

#cfad63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad63 Color CSS Codes

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

#cfad63 Text Font Color

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

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


#cfad63 Background Color

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

This div background color is #cfad63


#cfad63 Border Color

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

This div border color is #cfad63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad63


Comments

No comments written yet.

Please login to write comment.