Color Hex Logo

#cfb95d Color Hex

#CFB95D
(207,185,93)
0 Favorites   0 Comments

Color spaces of #cfb95d

RGB 20718593
HSL0.130.540.59
HSV48°55°81°
CMYK 0.000.110.55   0.19
XYZ45.056948.753617.3916
Yxy48.75360.40520.4384
Hunter Lab69.8238-7.006534.1088
CIE-Lab75.2978-3.662948.8950

#cfb95d color RGB value is (207,185,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01011101
Octal 317 271 135
Decimal 207 185 93
Hex CF B9 5D

RGB Percentages of Color #cfb95d

%42.68
%38.14
%19.18

CMYK Percentages of Color #cfb95d

%0
%11
%55
%19

Triadic Colors of #cfb95d

#cfb95d #5dcfb9 #b95dcf

Analogous Colors of #cfb95d

#cfb95d #accf5d #cf805d

Monochromatic Colors of #cfb95d

#cfb95d

Complementary Color

#cfb95d #5d73cf

#cfb95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb95d Color CSS Codes

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

#cfb95d Text Font Color

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

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


#cfb95d Background Color

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

This div background color is #cfb95d


#cfb95d Border Color

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

This div border color is #cfb95d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,185,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 #cfb95d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb95d


Comments

No comments written yet.

Please login to write comment.