Color Hex Logo

#cfad2b Color Hex

#CFAD2B
(207,173,43)
0 Favorites   0 Comments

Color spaces of #cfad2b

RGB 20717343
HSL0.130.660.49
HSV48°79°81°
CMYK 0.000.160.79   0.19
XYZ41.111743.32708.4816
Yxy43.32700.44240.4663
Hunter Lab65.8232-3.703738.4365
CIE-Lab71.7764-0.212465.9232

#cfad2b color RGB value is (207,173,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00101011
Octal 317 255 53
Decimal 207 173 43
Hex CF AD 2B

RGB Percentages of Color #cfad2b

%48.94
%40.90
%10.17

CMYK Percentages of Color #cfad2b

%0
%16
%79
%19

Triadic Colors of #cfad2b

#cfad2b #2bcfad #ad2bcf

Analogous Colors of #cfad2b

#cfad2b #9fcf2b #cf5b2b

Monochromatic Colors of #cfad2b

#cfad2b

Complementary Color

#cfad2b #2b4dcf

#cfad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad2b Color CSS Codes

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

#cfad2b Text Font Color

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

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


#cfad2b Background Color

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

This div background color is #cfad2b


#cfad2b Border Color

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

This div border color is #cfad2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad2b


Comments

No comments written yet.

Please login to write comment.