Color Hex Logo

#cabe2a Color Hex

#CABE2A
(202,190,42)
0 Favorites   0 Comments

Color spaces of #cabe2a

RGB 20219042
HSL0.150.660.48
HSV56°79°79°
CMYK 0.000.060.79   0.21
XYZ43.188549.55069.4784
Yxy49.55060.42250.4848
Hunter Lab70.3922-13.669241.2911
CIE-Lab75.7926-11.260869.6247

#cabe2a color RGB value is (202,190,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00101010
Octal 312 276 52
Decimal 202 190 42
Hex CA BE 2A

RGB Percentages of Color #cabe2a

%46.54
%43.78
%9.68

CMYK Percentages of Color #cabe2a

%0
%6
%79
%21

Triadic Colors of #cabe2a

#cabe2a #2acabe #be2aca

Analogous Colors of #cabe2a

#cabe2a #86ca2a #ca6e2a

Monochromatic Colors of #cabe2a

#cabe2a

Complementary Color

#cabe2a #2a36ca

#cabe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe2a Color CSS Codes

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

#cabe2a Text Font Color

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

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


#cabe2a Background Color

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

This div background color is #cabe2a


#cabe2a Border Color

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

This div border color is #cabe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe2a


Comments

No comments written yet.

Please login to write comment.