Color Hex Logo

#cbbc5e Color Hex

#CBBC5E
(203,188,94)
0 Favorites   0 Comments

Color spaces of #cbbc5e

RGB 20318894
HSL0.140.510.58
HSV52°54°80°
CMYK 0.000.070.54   0.20
XYZ44.632249.471117.7862
Yxy49.47110.39890.4421
Hunter Lab70.3357-9.818634.2420
CIE-Lab75.7435-6.812748.8488

#cbbc5e color RGB value is (203,188,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01011110
Octal 313 274 136
Decimal 203 188 94
Hex CB BC 5E

RGB Percentages of Color #cbbc5e

%41.86
%38.76
%19.38

CMYK Percentages of Color #cbbc5e

%0
%7
%54
%20

Triadic Colors of #cbbc5e

#cbbc5e #5ecbbc #bc5ecb

Analogous Colors of #cbbc5e

#cbbc5e #a4cb5e #cb865e

Monochromatic Colors of #cbbc5e

#cbbc5e

Complementary Color

#cbbc5e #5e6dcb

#cbbc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc5e Color CSS Codes

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

#cbbc5e Text Font Color

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

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


#cbbc5e Background Color

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

This div background color is #cbbc5e


#cbbc5e Border Color

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

This div border color is #cbbc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc5e


Comments

No comments written yet.

Please login to write comment.