color codes Logo

#cfae1c color codes

#CFAE1C
(207,174,28)
0 Favorites   0 Comments

Color spaces of #cfae1c

RGB 20717428
HSL0.140.760.46
HSV49°86°81°
CMYK 0.000.160.86   0.19
XYZ41.077843.62137.3533
Yxy43.62130.44620.4739
Hunter Lab66.0464-4.562639.6314
CIE-Lab71.9746-1.171170.2342

#cfae1c color RGB value is (207,174,28).

#cfae1c hex color red value is 207, green value is 174 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cfae1c hue: 0.14 , saturation: 0.76 and the lightness value of cfae1c is 0.46.

The process color (four color CMYK) of #cfae1c color code is 0.00, 0.16, 0.86, 0.19. Web safe color of #cfae1c is #cc9933. Color #cfae1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 00011100
Octal 317 256 34
Decimal 207 174 28
Hex CF AE 1C

RGB Percentages of Color #cfae1c

%50.61
%42.54
%6.85

CMYK Percentages of Color #cfae1c

%0
%16
%86
%19

Triadic Colors of #cfae1c

#cfae1c #1ccfae #ae1ccf

Analogous Colors of #cfae1c

#cfae1c #97cf1c #cf551c

Monochromatic Colors of #cfae1c

#cfae1c

Complementary Color

#cfae1c #1c3dcf

#cfae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae1c Color CSS Codes

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

#cfae1c Text Font Color

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

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


#cfae1c Background Color

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

This div background color is #cfae1c


#cfae1c Border Color

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

This div border color is #cfae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae1c


Comments

No comments written yet.

Please login to write comment.