Color Hex Logo

#cba023 Color Hex

#CBA023
(203,160,35)
0 Favorites   0 Comments

Color spaces of #cba023

RGB 20316035
HSL0.120.710.47
HSV45°83°80°
CMYK 0.000.210.83   0.20
XYZ37.502837.95956.9404
Yxy37.95950.45510.4607
Hunter Lab61.61130.833236.4490
CIE-Lab67.99084.699864.9194

#cba023 color RGB value is (203,160,35).

#cba023 hex color red value is 203, green value is 160 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cba023 hue: 0.12 , saturation: 0.71 and the lightness value of cba023 is 0.47.

The process color (four color CMYK) of #cba023 color hex is 0.00, 0.21, 0.83, 0.20. Web safe color of #cba023 is #cc9933. Color #cba023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00100011
Octal 313 240 43
Decimal 203 160 35
Hex CB A0 23

RGB Percentages of Color #cba023

%51.01
%40.20
%8.79

CMYK Percentages of Color #cba023

%0
%21
%83
%20

Triadic Colors of #cba023

#cba023 #23cba0 #a023cb

Analogous Colors of #cba023

#cba023 #a2cb23 #cb4c23

Monochromatic Colors of #cba023

#cba023

Complementary Color

#cba023 #234ecb

#cba023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba023 Color CSS Codes

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

#cba023 Text Font Color

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

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


#cba023 Background Color

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

This div background color is #cba023


#cba023 Border Color

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

This div border color is #cba023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba023


Comments

No comments written yet.

Please login to write comment.