Color Hex Logo

#cbbb5e Color Hex

#CBBB5E
(203,187,94)
0 Favorites   0 Comments

Color spaces of #cbbb5e

RGB 20318794
HSL0.140.510.58
HSV51°54°80°
CMYK 0.000.080.54   0.20
XYZ44.419349.045317.7152
Yxy49.04530.39950.4411
Hunter Lab70.0323-9.339734.0248
CIE-Lab75.4795-6.293948.5394

#cbbb5e color RGB value is (203,187,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01011110
Octal 313 273 136
Decimal 203 187 94
Hex CB BB 5E

RGB Percentages of Color #cbbb5e

%41.94
%38.64
%19.42

CMYK Percentages of Color #cbbb5e

%0
%8
%54
%20

Triadic Colors of #cbbb5e

#cbbb5e #5ecbbb #bb5ecb

Analogous Colors of #cbbb5e

#cbbb5e #a5cb5e #cb855e

Monochromatic Colors of #cbbb5e

#cbbb5e

Complementary Color

#cbbb5e #5e6ecb

#cbbb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb5e Color CSS Codes

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

#cbbb5e Text Font Color

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

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


#cbbb5e Background Color

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

This div background color is #cbbb5e


#cbbb5e Border Color

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

This div border color is #cbbb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb5e


Comments

No comments written yet.

Please login to write comment.