Color Hex Logo

#cba657 Color Hex

#CBA657
(203,166,87)
0 Favorites   0 Comments

Color spaces of #cba657

RGB 20316687
HSL0.110.530.57
HSV41°57°80°
CMYK 0.000.180.57   0.20
XYZ39.985140.657114.7570
Yxy40.65710.41910.4262
Hunter Lab63.76290.350530.9122
CIE-Lab69.93504.238345.4310

#cba657 color RGB value is (203,166,87).

#cba657 hex color red value is 203, green value is 166 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cba657 hue: 0.11 , saturation: 0.53 and the lightness value of cba657 is 0.57.

The process color (four color CMYK) of #cba657 color hex is 0.00, 0.18, 0.57, 0.20. Web safe color of #cba657 is #cc9966. Color #cba657 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01010111
Octal 313 246 127
Decimal 203 166 87
Hex CB A6 57

RGB Percentages of Color #cba657

%44.52
%36.40
%19.08

CMYK Percentages of Color #cba657

%0
%18
%57
%20

Triadic Colors of #cba657

#cba657 #57cba6 #a657cb

Analogous Colors of #cba657

#cba657 #b6cb57 #cb6c57

Monochromatic Colors of #cba657

#cba657

Complementary Color

#cba657 #577ccb

#cba657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba657 Color CSS Codes

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

#cba657 Text Font Color

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

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


#cba657 Background Color

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

This div background color is #cba657


#cba657 Border Color

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

This div border color is #cba657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba657


Comments

No comments written yet.

Please login to write comment.