Color Hex Logo

#cba617 Color Hex

#CBA617
(203,166,23)
0 Favorites   0 Comments

Color spaces of #cba617

RGB 20316623
HSL0.130.800.44
HSV48°89°80°
CMYK 0.000.180.89   0.20
XYZ38.419540.03086.5124
Yxy40.03080.45220.4712
Hunter Lab63.2699-2.331438.1862
CIE-Lab69.49151.195269.1840

#cba617 color RGB value is (203,166,23).

#cba617 hex color red value is 203, green value is 166 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cba617 hue: 0.13 , saturation: 0.80 and the lightness value of cba617 is 0.44.

The process color (four color CMYK) of #cba617 color hex is 0.00, 0.18, 0.89, 0.20. Web safe color of #cba617 is #cc9900. Color #cba617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 00010111
Octal 313 246 27
Decimal 203 166 23
Hex CB A6 17

RGB Percentages of Color #cba617

%51.79
%42.35
%5.87

CMYK Percentages of Color #cba617

%0
%18
%89
%20

Triadic Colors of #cba617

#cba617 #17cba6 #a617cb

Analogous Colors of #cba617

#cba617 #96cb17 #cb4c17

Monochromatic Colors of #cba617

#cba617

Complementary Color

#cba617 #173ccb

#cba617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba617 Color CSS Codes

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

#cba617 Text Font Color

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

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


#cba617 Background Color

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

This div background color is #cba617


#cba617 Border Color

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

This div border color is #cba617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba617


Comments

No comments written yet.

Please login to write comment.