Color Hex Logo

#cbb85e Color Hex

#CBB85E
(203,184,94)
0 Favorites   0 Comments

Color spaces of #cbb85e

RGB 20318494
HSL0.140.510.58
HSV50°54°80°
CMYK 0.000.090.54   0.20
XYZ43.789547.785617.5053
Yxy47.78560.40140.4381
Hunter Lab69.1271-7.899333.3748
CIE-Lab74.6895-4.731247.6102

#cbb85e color RGB value is (203,184,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 01011110
Octal 313 270 136
Decimal 203 184 94
Hex CB B8 5E

RGB Percentages of Color #cbb85e

%42.20
%38.25
%19.54

CMYK Percentages of Color #cbb85e

%0
%9
%54
%20

Triadic Colors of #cbb85e

#cbb85e #5ecbb8 #b85ecb

Analogous Colors of #cbb85e

#cbb85e #a8cb5e #cb825e

Monochromatic Colors of #cbb85e

#cbb85e

Complementary Color

#cbb85e #5e71cb

#cbb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb85e Color CSS Codes

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

#cbb85e Text Font Color

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

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


#cbb85e Background Color

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

This div background color is #cbb85e


#cbb85e Border Color

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

This div border color is #cbb85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb85e


Comments

No comments written yet.

Please login to write comment.