Color Hex Logo

#cabe3c Color Hex

#CABE3C
(202,190,60)
0 Favorites   0 Comments

Color spaces of #cabe3c

RGB 20219060
HSL0.150.570.51
HSV55°70°79°
CMYK 0.000.060.70   0.21
XYZ43.586249.709711.5727
Yxy49.70970.41560.4740
Hunter Lab70.5051-13.035439.6217
CIE-Lab75.8907-10.507563.6949

#cabe3c color RGB value is (202,190,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00111100
Octal 312 276 74
Decimal 202 190 60
Hex CA BE 3C

RGB Percentages of Color #cabe3c

%44.69
%42.04
%13.27

CMYK Percentages of Color #cabe3c

%0
%6
%70
%21

Triadic Colors of #cabe3c

#cabe3c #3ccabe #be3cca

Analogous Colors of #cabe3c

#cabe3c #8fca3c #ca773c

Monochromatic Colors of #cabe3c

#cabe3c

Complementary Color

#cabe3c #3c48ca

#cabe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe3c Color CSS Codes

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

#cabe3c Text Font Color

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

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


#cabe3c Background Color

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

This div background color is #cabe3c


#cabe3c Border Color

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

This div border color is #cabe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe3c


Comments

No comments written yet.

Please login to write comment.