Color Hex Logo

#cba625 Color Hex

#CBA625
(203,166,37)
0 Favorites   0 Comments

Color spaces of #cba625

RGB 20316637
HSL0.130.690.47
HSV47°82°80°
CMYK 0.000.180.82   0.20
XYZ38.598740.10257.4565
Yxy40.10250.44800.4655
Hunter Lab63.3265-2.022437.3474
CIE-Lab69.54251.549265.6616

#cba625 color RGB value is (203,166,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 00100101
Octal 313 246 45
Decimal 203 166 37
Hex CB A6 25

RGB Percentages of Color #cba625

%50.00
%40.89
%9.11

CMYK Percentages of Color #cba625

%0
%18
%82
%20

Triadic Colors of #cba625

#cba625 #25cba6 #a625cb

Analogous Colors of #cba625

#cba625 #9dcb25 #cb5325

Monochromatic Colors of #cba625

#cba625

Complementary Color

#cba625 #254acb

#cba625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba625 Color CSS Codes

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

#cba625 Text Font Color

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

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


#cba625 Background Color

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

This div background color is #cba625


#cba625 Border Color

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

This div border color is #cba625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba625


Comments

No comments written yet.

Please login to write comment.