Color Hex Logo

#cabf4d Color Hex

#CABF4D
(202,191,77)
0 Favorites   0 Comments

Color spaces of #cabf4d

RGB 20219177
HSL0.150.540.55
HSV55°62°79°
CMYK 0.000.050.62   0.21
XYZ44.327550.354014.4042
Yxy50.35400.40640.4616
Hunter Lab70.9606-12.675937.6372
CIE-Lab76.2860-10.037857.2063

#cabf4d color RGB value is (202,191,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111111 01001101
Octal 312 277 115
Decimal 202 191 77
Hex CA BF 4D

RGB Percentages of Color #cabf4d

%42.98
%40.64
%16.38

CMYK Percentages of Color #cabf4d

%0
%5
%62
%21

Triadic Colors of #cabf4d

#cabf4d #4dcabf #bf4dca

Analogous Colors of #cabf4d

#cabf4d #97ca4d #ca814d

Monochromatic Colors of #cabf4d

#cabf4d

Complementary Color

#cabf4d #4d58ca

#cabf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabf4d Color CSS Codes

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

#cabf4d Text Font Color

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

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


#cabf4d Background Color

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

This div background color is #cabf4d


#cabf4d Border Color

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

This div border color is #cabf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabf4d


Comments

No comments written yet.

Please login to write comment.