Color Hex Logo

#cbc46e Color Hex

#CBC46E
(203,196,110)
0 Favorites   0 Comments

Color spaces of #cbc46e

RGB 203196110
HSL0.150.470.61
HSV55°46°80°
CMYK 0.000.030.46   0.20
XYZ47.183053.302222.5534
Yxy53.30220.38350.4332
Hunter Lab73.0084-12.405732.7903
CIE-Lab78.0531-9.501043.8253

#cbc46e color RGB value is (203,196,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 01101110
Octal 313 304 156
Decimal 203 196 110
Hex CB C4 6E

RGB Percentages of Color #cbc46e

%39.88
%38.51
%21.61

CMYK Percentages of Color #cbc46e

%0
%3
%46
%20

Triadic Colors of #cbc46e

#cbc46e #6ecbc4 #c46ecb

Analogous Colors of #cbc46e

#cbc46e #a4cb6e #cb966e

Monochromatic Colors of #cbc46e

#cbc46e

Complementary Color

#cbc46e #6e75cb

#cbc46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc46e Color CSS Codes

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

#cbc46e Text Font Color

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

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


#cbc46e Background Color

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

This div background color is #cbc46e


#cbc46e Border Color

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

This div border color is #cbc46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc46e


Comments

No comments written yet.

Please login to write comment.