Color Hex Logo

#cba647 Color Hex

#CBA647
(203,166,71)
0 Favorites   0 Comments

Color spaces of #cba647

RGB 20316671
HSL0.120.560.54
HSV43°65°80°
CMYK 0.000.180.65   0.20
XYZ39.402240.423911.6871
Yxy40.42390.43060.4417
Hunter Lab63.5798-0.643133.6073
CIE-Lab69.77043.118552.8314

#cba647 color RGB value is (203,166,71).

#cba647 hex color red value is 203, green value is 166 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cba647 hue: 0.12 , saturation: 0.56 and the lightness value of cba647 is 0.54.

The process color (four color CMYK) of #cba647 color hex is 0.00, 0.18, 0.65, 0.20. Web safe color of #cba647 is #cc9933. Color #cba647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01000111
Octal 313 246 107
Decimal 203 166 71
Hex CB A6 47

RGB Percentages of Color #cba647

%46.14
%37.73
%16.14

CMYK Percentages of Color #cba647

%0
%18
%65
%20

Triadic Colors of #cba647

#cba647 #47cba6 #a647cb

Analogous Colors of #cba647

#cba647 #aecb47 #cb6447

Monochromatic Colors of #cba647

#cba647

Complementary Color

#cba647 #476ccb

#cba647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba647 Color CSS Codes

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

#cba647 Text Font Color

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

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


#cba647 Background Color

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

This div background color is #cba647


#cba647 Border Color

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

This div border color is #cba647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba647


Comments

No comments written yet.

Please login to write comment.