Color Hex Logo

#cfad39 Color Hex

#CFAD39
(207,173,57)
0 Favorites   0 Comments

Color spaces of #cfad39

RGB 20717357
HSL0.130.610.52
HSV46°72°81°
CMYK 0.000.160.72   0.19
XYZ41.414243.447910.0744
Yxy43.44790.43620.4577
Hunter Lab65.9150-3.200337.0787
CIE-Lab71.85790.361261.0206

#cfad39 color RGB value is (207,173,57).

#cfad39 hex color red value is 207, green value is 173 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cfad39 hue: 0.13 , saturation: 0.61 and the lightness value of cfad39 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00111001
Octal 317 255 71
Decimal 207 173 57
Hex CF AD 39

RGB Percentages of Color #cfad39

%47.37
%39.59
%13.04

CMYK Percentages of Color #cfad39

%0
%16
%72
%19

Triadic Colors of #cfad39

#cfad39 #39cfad #ad39cf

Analogous Colors of #cfad39

#cfad39 #a6cf39 #cf6239

Monochromatic Colors of #cfad39

#cfad39

Complementary Color

#cfad39 #395bcf

#cfad39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad39 Color CSS Codes

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

#cfad39 Text Font Color

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

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


#cfad39 Background Color

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

This div background color is #cfad39


#cfad39 Border Color

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

This div border color is #cfad39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad39


Comments

No comments written yet.

Please login to write comment.