Color Hex Logo

#cba248 Color Hex

#CBA248
(203,162,72)
0 Favorites   0 Comments

Color spaces of #cba248

RGB 20316272
HSL0.110.560.54
HSV41°65°80°
CMYK 0.000.200.65   0.20
XYZ38.718639.005111.6189
Yxy39.00510.43340.4366
Hunter Lab62.45411.367032.6876
CIE-Lab68.75505.326751.2659

#cba248 color RGB value is (203,162,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100010 01001000
Octal 313 242 110
Decimal 203 162 72
Hex CB A2 48

RGB Percentages of Color #cba248

%46.45
%37.07
%16.48

CMYK Percentages of Color #cba248

%0
%20
%65
%20

Triadic Colors of #cba248

#cba248 #48cba2 #a248cb

Analogous Colors of #cba248

#cba248 #b3cb48 #cb6148

Monochromatic Colors of #cba248

#cba248

Complementary Color

#cba248 #4871cb

#cba248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba248 Color CSS Codes

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

#cba248 Text Font Color

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

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


#cba248 Background Color

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

This div background color is #cba248


#cba248 Border Color

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

This div border color is #cba248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba248


Comments

No comments written yet.

Please login to write comment.