Color Hex Logo

#cfa062 Color Hex

#CFA062
(207,160,98)
0 Favorites   0 Comments

Color spaces of #cfa062

RGB 20716098
HSL0.090.530.60
HSV34°53°81°
CMYK 0.000.230.53   0.19
XYZ40.507539.288917.0038
Yxy39.28890.41850.4059
Hunter Lab62.68095.664127.7927
CIE-Lab68.960010.065438.7804

#cfa062 color RGB value is (207,160,98).

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

The process color (four color CMYK) of #cfa062 color hex is 0.00, 0.23, 0.53, 0.19. Web safe color of #cfa062 is #cc9966. Color #cfa062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100000 01100010
Octal 317 240 142
Decimal 207 160 98
Hex CF A0 62

RGB Percentages of Color #cfa062

%44.52
%34.41
%21.08

CMYK Percentages of Color #cfa062

%0
%23
%53
%19

Triadic Colors of #cfa062

#cfa062 #62cfa0 #a062cf

Analogous Colors of #cfa062

#cfa062 #c8cf62 #cf6a62

Monochromatic Colors of #cfa062

#cfa062

Complementary Color

#cfa062 #6291cf

#cfa062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa062 Color CSS Codes

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

#cfa062 Text Font Color

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

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


#cfa062 Background Color

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

This div background color is #cfa062


#cfa062 Border Color

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

This div border color is #cfa062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa062


Comments

No comments written yet.

Please login to write comment.