Color Hex Logo

#cfa550 Color Hex

#CFA550
(207,165,80)
0 Favorites   0 Comments

Color spaces of #cfa550

RGB 20716580
HSL0.110.570.56
HSV40°61°81°
CMYK 0.000.200.61   0.19
XYZ40.635240.754913.3142
Yxy40.75490.42910.4303
Hunter Lab63.83961.899732.3223
CIE-Lab70.00395.961149.0132

#cfa550 color RGB value is (207,165,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 01010000
Octal 317 245 120
Decimal 207 165 80
Hex CF A5 50

RGB Percentages of Color #cfa550

%45.80
%36.50
%17.70

CMYK Percentages of Color #cfa550

%0
%20
%61
%19

Triadic Colors of #cfa550

#cfa550 #50cfa5 #a550cf

Analogous Colors of #cfa550

#cfa550 #bacf50 #cf6650

Monochromatic Colors of #cfa550

#cfa550

Complementary Color

#cfa550 #507acf

#cfa550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa550 Color CSS Codes

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

#cfa550 Text Font Color

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

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


#cfa550 Background Color

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

This div background color is #cfa550


#cfa550 Border Color

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

This div border color is #cfa550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa550


Comments

No comments written yet.

Please login to write comment.