Color Hex Logo

#cfae42 Color Hex

#CFAE42
(207,174,66)
0 Favorites   0 Comments

Color spaces of #cfae42

RGB 20717466
HSL0.130.590.54
HSV46°68°81°
CMYK 0.000.160.68   0.19
XYZ41.851543.930811.4279
Yxy43.93080.43050.4519
Hunter Lab66.2803-3.280036.1736
CIE-Lab72.18220.292957.6977

#cfae42 color RGB value is (207,174,66).

#cfae42 hex color red value is 207, green value is 174 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cfae42 hue: 0.13 , saturation: 0.59 and the lightness value of cfae42 is 0.54.

The process color (four color CMYK) of #cfae42 color hex is 0.00, 0.16, 0.68, 0.19. Web safe color of #cfae42 is #cc9933. Color #cfae42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 01000010
Octal 317 256 102
Decimal 207 174 66
Hex CF AE 42

RGB Percentages of Color #cfae42

%46.31
%38.93
%14.77

CMYK Percentages of Color #cfae42

%0
%16
%68
%19

Triadic Colors of #cfae42

#cfae42 #42cfae #ae42cf

Analogous Colors of #cfae42

#cfae42 #aacf42 #cf6842

Monochromatic Colors of #cfae42

#cfae42

Complementary Color

#cfae42 #4263cf

#cfae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae42 Color CSS Codes

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

#cfae42 Text Font Color

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

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


#cfae42 Background Color

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

This div background color is #cfae42


#cfae42 Border Color

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

This div border color is #cfae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae42


Comments

No comments written yet.

Please login to write comment.