Color Hex Logo

#cba57e Color Hex

#CBA57E
(203,165,126)
0 Favorites   0 Comments

Color spaces of #cba57e

RGB 203165126
HSL0.080.430.65
HSV30°38°80°
CMYK 0.000.190.38   0.20
XYZ41.849641.113125.4686
Yxy41.11310.38600.3792
Hunter Lab64.11954.294521.3334
CIE-Lab70.25518.593725.4870

#cba57e color RGB value is (203,165,126).

#cba57e hex color red value is 203, green value is 165 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cba57e hue: 0.08 , saturation: 0.43 and the lightness value of cba57e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01111110
Octal 313 245 176
Decimal 203 165 126
Hex CB A5 7E

RGB Percentages of Color #cba57e

%41.09
%33.40
%25.51

CMYK Percentages of Color #cba57e

%0
%19
%38
%20

Triadic Colors of #cba57e

#cba57e #7ecba5 #a57ecb

Analogous Colors of #cba57e

#cba57e #cbcb7e #cb7f7e

Monochromatic Colors of #cba57e

#cba57e

Complementary Color

#cba57e #7ea4cb

#cba57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba57e Color CSS Codes

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

#cba57e Text Font Color

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

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


#cba57e Background Color

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

This div background color is #cba57e


#cba57e Border Color

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

This div border color is #cba57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba57e

#cba57e Color Palettes


Comments

No comments written yet.

Please login to write comment.