Color Hex Logo

#cabe4a Color Hex

#CABE4A
(202,190,74)
0 Favorites   0 Comments

Color spaces of #cabe4a

RGB 20219074
HSL0.150.550.54
HSV54°63°79°
CMYK 0.000.060.63   0.21
XYZ44.006649.877913.7866
Yxy49.87790.40870.4632
Hunter Lab70.6243-12.367637.8630
CIE-Lab75.9943-9.718158.1810

#cabe4a color RGB value is (202,190,74).

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

The process color (four color CMYK) of #cabe4a color hex is 0.00, 0.06, 0.63, 0.21. Web safe color of #cabe4a is #cccc33. Color #cabe4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 01001010
Octal 312 276 112
Decimal 202 190 74
Hex CA BE 4A

RGB Percentages of Color #cabe4a

%43.35
%40.77
%15.88

CMYK Percentages of Color #cabe4a

%0
%6
%63
%21

Triadic Colors of #cabe4a

#cabe4a #4acabe #be4aca

Analogous Colors of #cabe4a

#cabe4a #96ca4a #ca7e4a

Monochromatic Colors of #cabe4a

#cabe4a

Complementary Color

#cabe4a #4a56ca

#cabe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe4a Color CSS Codes

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

#cabe4a Text Font Color

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

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


#cabe4a Background Color

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

This div background color is #cabe4a


#cabe4a Border Color

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

This div border color is #cabe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe4a


Comments

No comments written yet.

Please login to write comment.