Color Hex Logo

#cab273 Color Hex

#CAB273
(202,178,115)
0 Favorites   0 Comments

Color spaces of #cab273

RGB 202178115
HSL0.120.450.62
HSV43°43°79°
CMYK 0.000.120.43   0.21
XYZ43.372045.635222.7422
Yxy45.63520.38810.4084
Hunter Lab67.5538-3.615827.3275
CIE-Lab73.3082-0.008535.3152

#cab273 color RGB value is (202,178,115).

#cab273 hex color red value is 202, green value is 178 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cab273 hue: 0.12 , saturation: 0.45 and the lightness value of cab273 is 0.62.

The process color (four color CMYK) of #cab273 color hex is 0.00, 0.12, 0.43, 0.21. Web safe color of #cab273 is #cc9966. Color #cab273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 01110011
Octal 312 262 163
Decimal 202 178 115
Hex CA B2 73

RGB Percentages of Color #cab273

%40.81
%35.96
%23.23

CMYK Percentages of Color #cab273

%0
%12
%43
%21

Triadic Colors of #cab273

#cab273 #73cab2 #b273ca

Analogous Colors of #cab273

#cab273 #b7ca73 #ca8773

Monochromatic Colors of #cab273

#cab273

Complementary Color

#cab273 #738bca

#cab273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab273 Color CSS Codes

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

#cab273 Text Font Color

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

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


#cab273 Background Color

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

This div background color is #cab273


#cab273 Border Color

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

This div border color is #cab273


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,178,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cab273; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cab273;
  -webkit-box-shadow: 1px 1px 3px 2px #cab273;
  box-shadow:         1px 1px 3px 2px #cab273; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,178,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab273

#cab273 Color Palettes


Comments

No comments written yet.

Please login to write comment.