Color Hex Logo

#cba700 Color Hex

#CBA700
(203,167,0)
0 Favorites   0 Comments

Color spaces of #cba700

RGB 2031670
HSL0.141.000.40
HSV49°100°80°
CMYK 0.000.181.00   0.20
XYZ38.447340.33395.7588
Yxy40.33390.45480.4771
Hunter Lab63.5090-3.079739.0800
CIE-Lab69.70670.356672.6965

#cba700 color RGB value is (203,167,0).

#cba700 hex color red value is 203, green value is 167 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cba700 hue: 0.14 , saturation: 1.00 and the lightness value of cba700 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00000000
Octal 313 247 0
Decimal 203 167 0
Hex CB A7 0

RGB Percentages of Color #cba700

%54.86
%45.14
%0.00

CMYK Percentages of Color #cba700

%0
%18
%100
%20

Triadic Colors of #cba700

#cba700 #00cba7 #a700cb

Analogous Colors of #cba700

#cba700 #8acb00 #cb4200

Monochromatic Colors of #cba700

#cba700

Complementary Color

#cba700 #0024cb

#cba700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba700 Color CSS Codes

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

#cba700 Text Font Color

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

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


#cba700 Background Color

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

This div background color is #cba700


#cba700 Border Color

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

This div border color is #cba700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba700


Comments

No comments written yet.

Please login to write comment.