Color Hex Logo

#cabc4c Color Hex

#CABC4C
(202,188,76)
0 Favorites   0 Comments

Color spaces of #cabc4c

RGB 20218876
HSL0.150.540.55
HSV53°62°79°
CMYK 0.000.070.62   0.21
XYZ43.644849.044814.0037
Yxy49.04480.40910.4597
Hunter Lab70.0320-11.312637.1667
CIE-Lab75.4792-8.560956.7686

#cabc4c color RGB value is (202,188,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01001100
Octal 312 274 114
Decimal 202 188 76
Hex CA BC 4C

RGB Percentages of Color #cabc4c

%43.35
%40.34
%16.31

CMYK Percentages of Color #cabc4c

%0
%7
%62
%21

Triadic Colors of #cabc4c

#cabc4c #4ccabc #bc4cca

Analogous Colors of #cabc4c

#cabc4c #99ca4c #ca7d4c

Monochromatic Colors of #cabc4c

#cabc4c

Complementary Color

#cabc4c #4c5aca

#cabc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc4c Color CSS Codes

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

#cabc4c Text Font Color

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

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


#cabc4c Background Color

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

This div background color is #cabc4c


#cabc4c Border Color

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

This div border color is #cabc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc4c


Comments

No comments written yet.

Please login to write comment.