Color Hex Logo

#cabc2a Color Hex

#CABC2A
(202,188,42)
0 Favorites   0 Comments

Color spaces of #cabc2a

RGB 20218842
HSL0.150.660.48
HSV55°79°79°
CMYK 0.000.070.79   0.21
XYZ42.758348.69029.3350
Yxy48.69020.42430.4831
Hunter Lab69.7784-12.732140.9130
CIE-Lab75.2582-10.237969.1526

#cabc2a color RGB value is (202,188,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 00101010
Octal 312 274 52
Decimal 202 188 42
Hex CA BC 2A

RGB Percentages of Color #cabc2a

%46.76
%43.52
%9.72

CMYK Percentages of Color #cabc2a

%0
%7
%79
%21

Triadic Colors of #cabc2a

#cabc2a #2acabc #bc2aca

Analogous Colors of #cabc2a

#cabc2a #88ca2a #ca6c2a

Monochromatic Colors of #cabc2a

#cabc2a

Complementary Color

#cabc2a #2a38ca

#cabc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc2a Color CSS Codes

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

#cabc2a Text Font Color

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

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


#cabc2a Background Color

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

This div background color is #cabc2a


#cabc2a Border Color

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

This div border color is #cabc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc2a


Comments

No comments written yet.

Please login to write comment.