Color Hex Logo

#cabe29 Color Hex

#CABE29
(202,190,41)
0 Favorites   0 Comments

Color spaces of #cabe29

RGB 20219041
HSL0.150.660.48
HSV56°80°79°
CMYK 0.000.060.80   0.21
XYZ43.170849.54369.3853
Yxy49.54360.42280.4852
Hunter Lab70.3872-13.697741.3654
CIE-Lab75.7883-11.294769.9085

#cabe29 color RGB value is (202,190,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00101001
Octal 312 276 51
Decimal 202 190 41
Hex CA BE 29

RGB Percentages of Color #cabe29

%46.65
%43.88
%9.47

CMYK Percentages of Color #cabe29

%0
%6
%80
%21

Triadic Colors of #cabe29

#cabe29 #29cabe #be29ca

Analogous Colors of #cabe29

#cabe29 #86ca29 #ca6e29

Monochromatic Colors of #cabe29

#cabe29

Complementary Color

#cabe29 #2935ca

#cabe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe29 Color CSS Codes

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

#cabe29 Text Font Color

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

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


#cabe29 Background Color

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

This div background color is #cabe29


#cabe29 Border Color

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

This div border color is #cabe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe29


Comments

No comments written yet.

Please login to write comment.