Color Hex Logo

#cbb85f Color Hex

#CBB85F
(203,184,95)
0 Favorites   0 Comments

Color spaces of #cbb85f

RGB 20318495
HSL0.140.510.58
HSV49°53°80°
CMYK 0.000.090.53   0.20
XYZ43.834647.803717.7432
Yxy47.80370.40070.4370
Hunter Lab69.1402-7.827233.1828
CIE-Lab74.7009-4.648147.1395

#cbb85f color RGB value is (203,184,95).

#cbb85f hex color red value is 203, green value is 184 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbb85f hue: 0.14 , saturation: 0.51 and the lightness value of cbb85f is 0.58.

The process color (four color CMYK) of #cbb85f color hex is 0.00, 0.09, 0.53, 0.20. Web safe color of #cbb85f is #cccc66. Color #cbb85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 01011111
Octal 313 270 137
Decimal 203 184 95
Hex CB B8 5F

RGB Percentages of Color #cbb85f

%42.12
%38.17
%19.71

CMYK Percentages of Color #cbb85f

%0
%9
%53
%20

Triadic Colors of #cbb85f

#cbb85f #5fcbb8 #b85fcb

Analogous Colors of #cbb85f

#cbb85f #a8cb5f #cb825f

Monochromatic Colors of #cbb85f

#cbb85f

Complementary Color

#cbb85f #5f72cb

#cbb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb85f Color CSS Codes

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

#cbb85f Text Font Color

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

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


#cbb85f Background Color

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

This div background color is #cbb85f


#cbb85f Border Color

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

This div border color is #cbb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb85f


Comments

No comments written yet.

Please login to write comment.