Color Hex Logo

#cabf4c Color Hex

#CABF4C
(202,191,76)
0 Favorites   0 Comments

Color spaces of #cabf4c

RGB 20219176
HSL0.150.540.55
HSV55°62°79°
CMYK 0.000.050.62   0.21
XYZ44.292450.340014.2196
Yxy50.34000.40690.4625
Hunter Lab70.9507-12.731537.7829
CIE-Lab76.2775-10.103357.6288

#cabf4c color RGB value is (202,191,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111111 01001100
Octal 312 277 114
Decimal 202 191 76
Hex CA BF 4C

RGB Percentages of Color #cabf4c

%43.07
%40.72
%16.20

CMYK Percentages of Color #cabf4c

%0
%5
%62
%21

Triadic Colors of #cabf4c

#cabf4c #4ccabf #bf4cca

Analogous Colors of #cabf4c

#cabf4c #96ca4c #ca804c

Monochromatic Colors of #cabf4c

#cabf4c

Complementary Color

#cabf4c #4c57ca

#cabf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabf4c Color CSS Codes

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

#cabf4c Text Font Color

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

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


#cabf4c Background Color

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

This div background color is #cabf4c


#cabf4c Border Color

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

This div border color is #cabf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabf4c


Comments

No comments written yet.

Please login to write comment.