Color Hex Logo

#cfa801 Color Hex

#CFA801
(207,168,1)
0 Favorites   0 Comments

Color spaces of #cfa801

RGB 2071681
HSL0.140.990.41
HSV49°100°81°
CMYK 0.000.191.00   0.19
XYZ39.740241.27295.9006
Yxy41.27290.45720.4749
Hunter Lab64.2440-2.010039.5252
CIE-Lab70.36671.611273.2233

#cfa801 color RGB value is (207,168,1).

#cfa801 hex color red value is 207, green value is 168 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cfa801 hue: 0.14 , saturation: 0.99 and the lightness value of cfa801 is 0.41.

The process color (four color CMYK) of #cfa801 color hex is 0.00, 0.19, 1.00, 0.19. Web safe color of #cfa801 is #cc9900. Color #cfa801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 00000001
Octal 317 250 1
Decimal 207 168 1
Hex CF A8 1

RGB Percentages of Color #cfa801

%55.05
%44.68
%0.27

CMYK Percentages of Color #cfa801

%0
%19
%100
%19

Triadic Colors of #cfa801

#cfa801 #01cfa8 #a801cf

Analogous Colors of #cfa801

#cfa801 #8fcf01 #cf4101

Monochromatic Colors of #cfa801

#cfa801

Complementary Color

#cfa801 #0128cf

#cfa801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa801 Color CSS Codes

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

#cfa801 Text Font Color

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

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


#cfa801 Background Color

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

This div background color is #cfa801


#cfa801 Border Color

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

This div border color is #cfa801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa801


Comments

No comments written yet.

Please login to write comment.