Color Hex Logo

#cabc1f Color Hex

#CABC1F
(202,188,31)
0 Favorites   0 Comments

Color spaces of #cabc1f

RGB 20218831
HSL0.150.730.46
HSV55°85°79°
CMYK 0.000.070.85   0.21
XYZ42.587748.62198.4367
Yxy48.62190.42740.4879
Hunter Lab69.7294-13.006441.6370
CIE-Lab75.2155-10.564172.0037

#cabc1f color RGB value is (202,188,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 00011111
Octal 312 274 37
Decimal 202 188 31
Hex CA BC 1F

RGB Percentages of Color #cabc1f

%47.98
%44.66
%7.36

CMYK Percentages of Color #cabc1f

%0
%7
%85
%21

Triadic Colors of #cabc1f

#cabc1f #1fcabc #bc1fca

Analogous Colors of #cabc1f

#cabc1f #83ca1f #ca671f

Monochromatic Colors of #cabc1f

#cabc1f

Complementary Color

#cabc1f #1f2dca

#cabc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc1f Color CSS Codes

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

#cabc1f Text Font Color

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

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


#cabc1f Background Color

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

This div background color is #cabc1f


#cabc1f Border Color

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

This div border color is #cabc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc1f


Comments

No comments written yet.

Please login to write comment.