Color Hex Logo

#cba71e Color Hex

#CBA71E
(203,167,30)
0 Favorites   0 Comments

Color spaces of #cba71e

RGB 20316730
HSL0.130.740.46
HSV48°85°80°
CMYK 0.000.180.85   0.20
XYZ38.681740.42776.9929
Yxy40.42770.44930.4695
Hunter Lab63.5828-2.676337.9872
CIE-Lab69.77310.820467.7914

#cba71e color RGB value is (203,167,30).

#cba71e hex color red value is 203, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cba71e hue: 0.13 , saturation: 0.74 and the lightness value of cba71e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 00011110
Octal 313 247 36
Decimal 203 167 30
Hex CB A7 1E

RGB Percentages of Color #cba71e

%50.75
%41.75
%7.50

CMYK Percentages of Color #cba71e

%0
%18
%85
%20

Triadic Colors of #cba71e

#cba71e #1ecba7 #a71ecb

Analogous Colors of #cba71e

#cba71e #99cb1e #cb511e

Monochromatic Colors of #cba71e

#cba71e

Complementary Color

#cba71e #1e42cb

#cba71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba71e Color CSS Codes

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

#cba71e Text Font Color

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

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


#cba71e Background Color

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

This div background color is #cba71e


#cba71e Border Color

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

This div border color is #cba71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba71e


Comments

No comments written yet.

Please login to write comment.