Color Hex Logo

#cfad68 Color Hex

#CFAD68
(207,173,104)
0 Favorites   0 Comments

Color spaces of #cfad68

RGB 207173104
HSL0.110.520.61
HSV40°50°81°
CMYK 0.000.160.50   0.19
XYZ43.174444.152019.3434
Yxy44.15200.40470.4139
Hunter Lab66.4470-0.300529.2529
CIE-Lab72.33003.622439.8617

#cfad68 color RGB value is (207,173,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01101000
Octal 317 255 150
Decimal 207 173 104
Hex CF AD 68

RGB Percentages of Color #cfad68

%42.77
%35.74
%21.49

CMYK Percentages of Color #cfad68

%0
%16
%50
%19

Triadic Colors of #cfad68

#cfad68 #68cfad #ad68cf

Analogous Colors of #cfad68

#cfad68 #becf68 #cf7a68

Monochromatic Colors of #cfad68

#cfad68

Complementary Color

#cfad68 #688acf

#cfad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad68 Color CSS Codes

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

#cfad68 Text Font Color

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

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


#cfad68 Background Color

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

This div background color is #cfad68


#cfad68 Border Color

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

This div border color is #cfad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad68


Comments

No comments written yet.

Please login to write comment.