Color Hex Logo

#cba658 Color Hex

#CBA658
(203,166,88)
1 Favorites   0 Comments

Color spaces of #cba658

RGB 20316688
HSL0.110.530.57
HSV41°57°80°
CMYK 0.000.180.57   0.20
XYZ40.026340.673514.9737
Yxy40.67350.41840.4251
Hunter Lab63.77580.420730.7225
CIE-Lab69.94664.317244.9505

#cba658 color RGB value is (203,166,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01011000
Octal 313 246 130
Decimal 203 166 88
Hex CB A6 58

RGB Percentages of Color #cba658

%44.42
%36.32
%19.26

CMYK Percentages of Color #cba658

%0
%18
%57
%20

Triadic Colors of #cba658

#cba658 #58cba6 #a658cb

Analogous Colors of #cba658

#cba658 #b7cb58 #cb6d58

Monochromatic Colors of #cba658

#cba658

Complementary Color

#cba658 #587dcb

#cba658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba658 Color CSS Codes

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

#cba658 Text Font Color

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

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


#cba658 Background Color

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

This div background color is #cba658


#cba658 Border Color

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

This div border color is #cba658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba658


Comments

No comments written yet.

Please login to write comment.