Color Hex Logo

#cfa618 Color Hex

#CFA618
(207,166,24)
0 Favorites   0 Comments

Color spaces of #cfa618

RGB 20716624
HSL0.130.790.45
HSV47°88°81°
CMYK 0.000.200.88   0.19
XYZ39.533240.60386.6178
Yxy40.60380.45570.4680
Hunter Lab63.7211-0.768838.4472
CIE-Lab69.89742.983569.4643

#cfa618 color RGB value is (207,166,24).

#cfa618 hex color red value is 207, green value is 166 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cfa618 hue: 0.13 , saturation: 0.79 and the lightness value of cfa618 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 00011000
Octal 317 246 30
Decimal 207 166 24
Hex CF A6 18

RGB Percentages of Color #cfa618

%52.14
%41.81
%6.05

CMYK Percentages of Color #cfa618

%0
%20
%88
%19

Triadic Colors of #cfa618

#cfa618 #18cfa6 #a618cf

Analogous Colors of #cfa618

#cfa618 #9dcf18 #cf4b18

Monochromatic Colors of #cfa618

#cfa618

Complementary Color

#cfa618 #1841cf

#cfa618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa618 Color CSS Codes

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

#cfa618 Text Font Color

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

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


#cfa618 Background Color

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

This div background color is #cfa618


#cfa618 Border Color

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

This div border color is #cfa618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa618


Comments

No comments written yet.

Please login to write comment.