Color Hex Logo

#cab948 Color Hex

#CAB948
(202,185,72)
0 Favorites   0 Comments

Color spaces of #cab948

RGB 20218572
HSL0.140.550.54
HSV52°64°79°
CMYK 0.000.080.64   0.21
XYZ42.875847.722413.0824
Yxy47.72240.41350.4603
Hunter Lab69.0814-10.105337.1288
CIE-Lab74.6495-7.263657.6024

#cab948 color RGB value is (202,185,72).

#cab948 hex color red value is 202, green value is 185 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cab948 hue: 0.14 , saturation: 0.55 and the lightness value of cab948 is 0.54.

The process color (four color CMYK) of #cab948 color hex is 0.00, 0.08, 0.64, 0.21. Web safe color of #cab948 is #cccc33. Color #cab948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01001000
Octal 312 271 110
Decimal 202 185 72
Hex CA B9 48

RGB Percentages of Color #cab948

%44.01
%40.31
%15.69

CMYK Percentages of Color #cab948

%0
%8
%64
%21

Triadic Colors of #cab948

#cab948 #48cab9 #b948ca

Analogous Colors of #cab948

#cab948 #9aca48 #ca7848

Monochromatic Colors of #cab948

#cab948

Complementary Color

#cab948 #4859ca

#cab948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab948 Color CSS Codes

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

#cab948 Text Font Color

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

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


#cab948 Background Color

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

This div background color is #cab948


#cab948 Border Color

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

This div border color is #cab948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,185,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 #cab948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab948


Comments

No comments written yet.

Please login to write comment.