Color Hex Logo

#cabc49 Color Hex

#CABC49
(202,188,73)
0 Favorites   0 Comments

Color spaces of #cabc49

RGB 20218873
HSL0.150.550.54
HSV53°64°79°
CMYK 0.000.070.64   0.21
XYZ43.542949.004013.4671
Yxy49.00400.41070.4622
Hunter Lab70.0029-11.475137.5958
CIE-Lab75.4538-8.752058.0311

#cabc49 color RGB value is (202,188,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01001001
Octal 312 274 111
Decimal 202 188 73
Hex CA BC 49

RGB Percentages of Color #cabc49

%43.63
%40.60
%15.77

CMYK Percentages of Color #cabc49

%0
%7
%64
%21

Triadic Colors of #cabc49

#cabc49 #49cabc #bc49ca

Analogous Colors of #cabc49

#cabc49 #98ca49 #ca7c49

Monochromatic Colors of #cabc49

#cabc49

Complementary Color

#cabc49 #4957ca

#cabc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc49 Color CSS Codes

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

#cabc49 Text Font Color

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

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


#cabc49 Background Color

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

This div background color is #cabc49


#cabc49 Border Color

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

This div border color is #cabc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc49


Comments

No comments written yet.

Please login to write comment.