Color Hex Logo

#cabe2f Color Hex

#CABE2F
(202,190,47)
0 Favorites   0 Comments

Color spaces of #cabe2f

RGB 20219047
HSL0.150.620.49
HSV55°77°79°
CMYK 0.000.060.77   0.21
XYZ43.283749.58879.9796
Yxy49.58870.42080.4821
Hunter Lab70.4192-13.517440.8911
CIE-Lab75.8161-11.079968.1297

#cabe2f color RGB value is (202,190,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00101111
Octal 312 276 57
Decimal 202 190 47
Hex CA BE 2F

RGB Percentages of Color #cabe2f

%46.01
%43.28
%10.71

CMYK Percentages of Color #cabe2f

%0
%6
%77
%21

Triadic Colors of #cabe2f

#cabe2f #2fcabe #be2fca

Analogous Colors of #cabe2f

#cabe2f #89ca2f #ca712f

Monochromatic Colors of #cabe2f

#cabe2f

Complementary Color

#cabe2f #2f3bca

#cabe2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe2f Color CSS Codes

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

#cabe2f Text Font Color

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

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


#cabe2f Background Color

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

This div background color is #cabe2f


#cabe2f Border Color

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

This div border color is #cabe2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe2f


Comments

No comments written yet.

Please login to write comment.