Color Hex Logo

#cba664 Color Hex

#CBA664
(203,166,100)
0 Favorites   0 Comments

Color spaces of #cba664

RGB 203166100
HSL0.110.500.59
HSV38°51°80°
CMYK 0.000.180.51   0.20
XYZ40.565140.889017.8110
Yxy40.88900.40870.4119
Hunter Lab63.94451.333928.2466
CIE-Lab70.09815.338239.0646

#cba664 color RGB value is (203,166,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01100100
Octal 313 246 144
Decimal 203 166 100
Hex CB A6 64

RGB Percentages of Color #cba664

%43.28
%35.39
%21.32

CMYK Percentages of Color #cba664

%0
%18
%51
%20

Triadic Colors of #cba664

#cba664 #64cba6 #a664cb

Analogous Colors of #cba664

#cba664 #bdcb64 #cb7364

Monochromatic Colors of #cba664

#cba664

Complementary Color

#cba664 #6489cb

#cba664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba664 Color CSS Codes

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

#cba664 Text Font Color

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

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


#cba664 Background Color

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

This div background color is #cba664


#cba664 Border Color

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

This div border color is #cba664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba664


Comments

No comments written yet.

Please login to write comment.