Color Hex Logo

#cba253 Color Hex

#CBA253
(203,162,83)
0 Favorites   0 Comments

Color spaces of #cba253

RGB 20316283
HSL0.110.540.56
HSV40°59°80°
CMYK 0.000.200.59   0.20
XYZ39.110339.161713.6812
Yxy39.16170.42530.4259
Hunter Lab62.57932.043730.8434
CIE-Lab68.86826.084146.1514

#cba253 color RGB value is (203,162,83).

#cba253 hex color red value is 203, green value is 162 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cba253 hue: 0.11 , saturation: 0.54 and the lightness value of cba253 is 0.56.

The process color (four color CMYK) of #cba253 color hex is 0.00, 0.20, 0.59, 0.20. Web safe color of #cba253 is #cc9966. Color #cba253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100010 01010011
Octal 313 242 123
Decimal 203 162 83
Hex CB A2 53

RGB Percentages of Color #cba253

%45.31
%36.16
%18.53

CMYK Percentages of Color #cba253

%0
%20
%59
%20

Triadic Colors of #cba253

#cba253 #53cba2 #a253cb

Analogous Colors of #cba253

#cba253 #b8cb53 #cb6653

Monochromatic Colors of #cba253

#cba253

Complementary Color

#cba253 #537ccb

#cba253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba253 Color CSS Codes

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

#cba253 Text Font Color

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

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


#cba253 Background Color

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

This div background color is #cba253


#cba253 Border Color

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

This div border color is #cba253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba253


Comments

No comments written yet.

Please login to write comment.