Color Hex Logo

#cfa150 Color Hex

#CFA150
(207,161,80)
0 Favorites   0 Comments

Color spaces of #cfa150

RGB 20716180
HSL0.110.570.56
HSV38°61°81°
CMYK 0.000.220.61   0.19
XYZ39.925039.334313.0774
Yxy39.33430.43240.4260
Hunter Lab62.71713.876331.5391
CIE-Lab68.99278.112147.8619

#cfa150 color RGB value is (207,161,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 01010000
Octal 317 241 120
Decimal 207 161 80
Hex CF A1 50

RGB Percentages of Color #cfa150

%46.21
%35.94
%17.86

CMYK Percentages of Color #cfa150

%0
%22
%61
%19

Triadic Colors of #cfa150

#cfa150 #50cfa1 #a150cf

Analogous Colors of #cfa150

#cfa150 #becf50 #cf6250

Monochromatic Colors of #cfa150

#cfa150

Complementary Color

#cfa150 #507ecf

#cfa150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa150 Color CSS Codes

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

#cfa150 Text Font Color

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

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


#cfa150 Background Color

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

This div background color is #cfa150


#cfa150 Border Color

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

This div border color is #cfa150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,161,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 #cfa150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa150


Comments

No comments written yet.

Please login to write comment.