Color Hex Logo

#cabf4f Color Hex

#CABF4F
(202,191,79)
0 Favorites   0 Comments

Color spaces of #cabf4f

RGB 20219179
HSL0.150.540.55
HSV55°61°79°
CMYK 0.000.050.61   0.21
XYZ44.399250.382714.7819
Yxy50.38270.40520.4598
Hunter Lab70.9808-12.562837.3393
CIE-Lab76.3036-9.904456.3535

#cabf4f color RGB value is (202,191,79).

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

The process color (four color CMYK) of #cabf4f color hex is 0.00, 0.05, 0.61, 0.21. Web safe color of #cabf4f is #cccc66. Color #cabf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111111 01001111
Octal 312 277 117
Decimal 202 191 79
Hex CA BF 4F

RGB Percentages of Color #cabf4f

%42.80
%40.47
%16.74

CMYK Percentages of Color #cabf4f

%0
%5
%61
%21

Triadic Colors of #cabf4f

#cabf4f #4fcabf #bf4fca

Analogous Colors of #cabf4f

#cabf4f #98ca4f #ca824f

Monochromatic Colors of #cabf4f

#cabf4f

Complementary Color

#cabf4f #4f5aca

#cabf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabf4f Color CSS Codes

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

#cabf4f Text Font Color

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

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


#cabf4f Background Color

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

This div background color is #cabf4f


#cabf4f Border Color

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

This div border color is #cabf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabf4f


Comments

No comments written yet.

Please login to write comment.