Color Hex Logo

#cfac28 Color Hex

#CFAC28
(207,172,40)
0 Favorites   0 Comments

Color spaces of #cfac28

RGB 20717240
HSL0.130.680.48
HSV47°81°81°
CMYK 0.000.170.81   0.19
XYZ40.867742.92368.1386
Yxy42.92360.44460.4669
Hunter Lab65.5161-3.308338.4961
CIE-Lab71.50310.215966.6193

#cfac28 color RGB value is (207,172,40).

#cfac28 hex color red value is 207, green value is 172 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cfac28 hue: 0.13 , saturation: 0.68 and the lightness value of cfac28 is 0.48.

The process color (four color CMYK) of #cfac28 color hex is 0.00, 0.17, 0.81, 0.19. Web safe color of #cfac28 is #cc9933. Color #cfac28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 00101000
Octal 317 254 50
Decimal 207 172 40
Hex CF AC 28

RGB Percentages of Color #cfac28

%49.40
%41.05
%9.55

CMYK Percentages of Color #cfac28

%0
%17
%81
%19

Triadic Colors of #cfac28

#cfac28 #28cfac #ac28cf

Analogous Colors of #cfac28

#cfac28 #9fcf28 #cf5928

Monochromatic Colors of #cfac28

#cfac28

Complementary Color

#cfac28 #284bcf

#cfac28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac28 Color CSS Codes

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

#cfac28 Text Font Color

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

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


#cfac28 Background Color

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

This div background color is #cfac28


#cfac28 Border Color

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

This div border color is #cfac28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac28


Comments

No comments written yet.

Please login to write comment.