Color Hex Logo

#cfa625 Color Hex

#CFA625
(207,166,37)
0 Favorites   0 Comments

Color spaces of #cfa625

RGB 20716637
HSL0.130.700.48
HSV46°82°81°
CMYK 0.000.200.82   0.19
XYZ39.702340.67147.5081
Yxy40.67140.45180.4628
Hunter Lab63.7741-0.480437.6617
CIE-Lab69.94513.309666.1674

#cfa625 color RGB value is (207,166,37).

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

The process color (four color CMYK) of #cfa625 color hex is 0.00, 0.20, 0.82, 0.19. Web safe color of #cfa625 is #cc9933. Color #cfa625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 00100101
Octal 317 246 45
Decimal 207 166 37
Hex CF A6 25

RGB Percentages of Color #cfa625

%50.49
%40.49
%9.02

CMYK Percentages of Color #cfa625

%0
%20
%82
%19

Triadic Colors of #cfa625

#cfa625 #25cfa6 #a625cf

Analogous Colors of #cfa625

#cfa625 #a3cf25 #cf5125

Monochromatic Colors of #cfa625

#cfa625

Complementary Color

#cfa625 #254ecf

#cfa625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa625 Color CSS Codes

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

#cfa625 Text Font Color

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

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


#cfa625 Background Color

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

This div background color is #cfa625


#cfa625 Border Color

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

This div border color is #cfa625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa625


Comments

No comments written yet.

Please login to write comment.