Color Hex Logo

#cfa572 Color Hex

#CFA572
(207,165,114)
0 Favorites   0 Comments

Color spaces of #cfa572

RGB 207165114
HSL0.090.490.63
HSV33°45°81°
CMYK 0.000.200.45   0.19
XYZ42.224541.390621.6833
Yxy41.39060.40100.3931
Hunter Lab64.33554.565425.0521
CIE-Lab70.44878.891632.2561

#cfa572 color RGB value is (207,165,114).

#cfa572 hex color red value is 207, green value is 165 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cfa572 hue: 0.09 , saturation: 0.49 and the lightness value of cfa572 is 0.63.

The process color (four color CMYK) of #cfa572 color hex is 0.00, 0.20, 0.45, 0.19. Web safe color of #cfa572 is #cc9966. Color #cfa572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 01110010
Octal 317 245 162
Decimal 207 165 114
Hex CF A5 72

RGB Percentages of Color #cfa572

%42.59
%33.95
%23.46

CMYK Percentages of Color #cfa572

%0
%20
%45
%19

Triadic Colors of #cfa572

#cfa572 #72cfa5 #a572cf

Analogous Colors of #cfa572

#cfa572 #cbcf72 #cf7772

Monochromatic Colors of #cfa572

#cfa572

Complementary Color

#cfa572 #729ccf

#cfa572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa572 Color CSS Codes

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

#cfa572 Text Font Color

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

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


#cfa572 Background Color

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

This div background color is #cfa572


#cfa572 Border Color

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

This div border color is #cfa572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa572


Comments

No comments written yet.

Please login to write comment.