Color Hex Logo

#cfb473 Color Hex

#CFB473
(207,180,115)
0 Favorites   0 Comments

Color spaces of #cfb473

RGB 207180115
HSL0.120.490.63
HSV42°44°81°
CMYK 0.000.130.44   0.19
XYZ45.147947.145722.9401
Yxy47.14570.39180.4091
Hunter Lab68.6627-2.790428.2552
CIE-Lab74.28290.974036.6524

#cfb473 color RGB value is (207,180,115).

#cfb473 hex color red value is 207, green value is 180 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cfb473 hue: 0.12 , saturation: 0.49 and the lightness value of cfb473 is 0.63.

The process color (four color CMYK) of #cfb473 color hex is 0.00, 0.13, 0.44, 0.19. Web safe color of #cfb473 is #cccc66. Color #cfb473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 01110011
Octal 317 264 163
Decimal 207 180 115
Hex CF B4 73

RGB Percentages of Color #cfb473

%41.24
%35.86
%22.91

CMYK Percentages of Color #cfb473

%0
%13
%44
%19

Triadic Colors of #cfb473

#cfb473 #73cfb4 #b473cf

Analogous Colors of #cfb473

#cfb473 #bccf73 #cf8673

Monochromatic Colors of #cfb473

#cfb473

Complementary Color

#cfb473 #738ecf

#cfb473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb473 Color CSS Codes

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

#cfb473 Text Font Color

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

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


#cfb473 Background Color

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

This div background color is #cfb473


#cfb473 Border Color

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

This div border color is #cfb473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb473


Comments

No comments written yet.

Please login to write comment.