Color Hex Logo

#cabb2e Color Hex

#CABB2E
(202,187,46)
0 Favorites   0 Comments

Color spaces of #cabb2e

RGB 20218746
HSL0.150.630.49
HSV54°77°79°
CMYK 0.000.070.77   0.21
XYZ42.620648.29459.6602
Yxy48.29450.42380.4802
Hunter Lab69.4942-12.141440.4042
CIE-Lab75.0103-9.581167.7128

#cabb2e color RGB value is (202,187,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 00101110
Octal 312 273 56
Decimal 202 187 46
Hex CA BB 2E

RGB Percentages of Color #cabb2e

%46.44
%42.99
%10.57

CMYK Percentages of Color #cabb2e

%0
%7
%77
%21

Triadic Colors of #cabb2e

#cabb2e #2ecabb #bb2eca

Analogous Colors of #cabb2e

#cabb2e #8bca2e #ca6d2e

Monochromatic Colors of #cabb2e

#cabb2e

Complementary Color

#cabb2e #2e3dca

#cabb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb2e Color CSS Codes

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

#cabb2e Text Font Color

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

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


#cabb2e Background Color

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

This div background color is #cabb2e


#cabb2e Border Color

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

This div border color is #cabb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb2e


Comments

No comments written yet.

Please login to write comment.