Color Hex Logo

#cba55e Color Hex

#CBA55E
(203,165,94)
0 Favorites   0 Comments

Color spaces of #cba55e

RGB 20316594
HSL0.110.510.58
HSV39°54°80°
CMYK 0.000.190.54   0.20
XYZ40.104140.414916.2768
Yxy40.41490.41430.4175
Hunter Lab63.57271.352429.3206
CIE-Lab69.76405.346641.7240

#cba55e color RGB value is (203,165,94).

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

The process color (four color CMYK) of #cba55e color hex is 0.00, 0.19, 0.54, 0.20. Web safe color of #cba55e is #cc9966. Color #cba55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01011110
Octal 313 245 136
Decimal 203 165 94
Hex CB A5 5E

RGB Percentages of Color #cba55e

%43.94
%35.71
%20.35

CMYK Percentages of Color #cba55e

%0
%19
%54
%20

Triadic Colors of #cba55e

#cba55e #5ecba5 #a55ecb

Analogous Colors of #cba55e

#cba55e #bbcb5e #cb6f5e

Monochromatic Colors of #cba55e

#cba55e

Complementary Color

#cba55e #5e84cb

#cba55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba55e Color CSS Codes

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

#cba55e Text Font Color

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

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


#cba55e Background Color

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

This div background color is #cba55e


#cba55e Border Color

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

This div border color is #cba55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba55e


Comments

No comments written yet.

Please login to write comment.