Color Hex Logo

#cbc86e Color Hex

#CBC86E
(203,200,110)
0 Favorites   0 Comments

Color spaces of #cbc86e

RGB 203200110
HSL0.160.470.61
HSV58°46°80°
CMYK 0.000.010.46   0.20
XYZ48.097455.130922.8582
Yxy55.13090.38150.4372
Hunter Lab74.2502-14.310033.7225
CIE-Lab79.1166-11.544045.1282

#cbc86e color RGB value is (203,200,110).

#cbc86e hex color red value is 203, green value is 200 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbc86e hue: 0.16 , saturation: 0.47 and the lightness value of cbc86e is 0.61.

The process color (four color CMYK) of #cbc86e color hex is 0.00, 0.01, 0.46, 0.20. Web safe color of #cbc86e is #cccc66. Color #cbc86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 01101110
Octal 313 310 156
Decimal 203 200 110
Hex CB C8 6E

RGB Percentages of Color #cbc86e

%39.57
%38.99
%21.44

CMYK Percentages of Color #cbc86e

%0
%1
%46
%20

Triadic Colors of #cbc86e

#cbc86e #6ecbc8 #c86ecb

Analogous Colors of #cbc86e

#cbc86e #a0cb6e #cb9a6e

Monochromatic Colors of #cbc86e

#cbc86e

Complementary Color

#cbc86e #6e71cb

#cbc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc86e Color CSS Codes

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

#cbc86e Text Font Color

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

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


#cbc86e Background Color

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

This div background color is #cbc86e


#cbc86e Border Color

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

This div border color is #cbc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc86e


Comments

No comments written yet.

Please login to write comment.