Color Hex Logo

#cfb85b Color Hex

#CFB85B
(207,184,91)
0 Favorites   0 Comments

Color spaces of #cfb85b

RGB 20718491
HSL0.130.550.58
HSV48°56°81°
CMYK 0.000.110.56   0.19
XYZ44.760948.301716.8615
Yxy48.30170.40720.4394
Hunter Lab69.4994-6.661634.2650
CIE-Lab75.0148-3.298849.5210

#cfb85b color RGB value is (207,184,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01011011
Octal 317 270 133
Decimal 207 184 91
Hex CF B8 5B

RGB Percentages of Color #cfb85b

%42.95
%38.17
%18.88

CMYK Percentages of Color #cfb85b

%0
%11
%56
%19

Triadic Colors of #cfb85b

#cfb85b #5bcfb8 #b85bcf

Analogous Colors of #cfb85b

#cfb85b #accf5b #cf7e5b

Monochromatic Colors of #cfb85b

#cfb85b

Complementary Color

#cfb85b #5b72cf

#cfb85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb85b Color CSS Codes

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

#cfb85b Text Font Color

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

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


#cfb85b Background Color

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

This div background color is #cfb85b


#cfb85b Border Color

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

This div border color is #cfb85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb85b


Comments

No comments written yet.

Please login to write comment.