Color Hex Logo

#cfb85d Color Hex

#CFB85D
(207,184,93)
0 Favorites   0 Comments

Color spaces of #cfb85d

RGB 20718493
HSL0.130.540.59
HSV48°55°81°
CMYK 0.000.110.55   0.19
XYZ44.848448.336717.3221
Yxy48.33670.40580.4374
Hunter Lab69.5246-6.522633.8951
CIE-Lab75.0368-3.140248.5897

#cfb85d color RGB value is (207,184,93).

#cfb85d hex color red value is 207, green value is 184 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfb85d hue: 0.13 , saturation: 0.54 and the lightness value of cfb85d is 0.59.

The process color (four color CMYK) of #cfb85d color hex is 0.00, 0.11, 0.55, 0.19. Web safe color of #cfb85d is #cccc66. Color #cfb85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01011101
Octal 317 270 135
Decimal 207 184 93
Hex CF B8 5D

RGB Percentages of Color #cfb85d

%42.77
%38.02
%19.21

CMYK Percentages of Color #cfb85d

%0
%11
%55
%19

Triadic Colors of #cfb85d

#cfb85d #5dcfb8 #b85dcf

Analogous Colors of #cfb85d

#cfb85d #adcf5d #cf7f5d

Monochromatic Colors of #cfb85d

#cfb85d

Complementary Color

#cfb85d #5d74cf

#cfb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb85d Color CSS Codes

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

#cfb85d Text Font Color

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

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


#cfb85d Background Color

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

This div background color is #cfb85d


#cfb85d Border Color

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

This div border color is #cfb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb85d


Comments

No comments written yet.

Please login to write comment.