Color Hex Logo

#cabb11 Color Hex

#CABB11
(202,187,17)
0 Favorites   0 Comments

Color spaces of #cabb11

RGB 20218717
HSL0.150.840.43
HSV55°92°79°
CMYK 0.000.070.92   0.21
XYZ42.228648.13777.5961
Yxy48.13770.43110.4914
Hunter Lab69.3813-12.774242.0757
CIE-Lab74.9117-10.333074.4114

#cabb11 color RGB value is (202,187,17).

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

The process color (four color CMYK) of #cabb11 color hex is 0.00, 0.07, 0.92, 0.21. Web safe color of #cabb11 is #cccc00. Color #cabb11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 00010001
Octal 312 273 21
Decimal 202 187 17
Hex CA BB 11

RGB Percentages of Color #cabb11

%49.75
%46.06
%4.19

CMYK Percentages of Color #cabb11

%0
%7
%92
%21

Triadic Colors of #cabb11

#cabb11 #11cabb #bb11ca

Analogous Colors of #cabb11

#cabb11 #7dca11 #ca5f11

Monochromatic Colors of #cabb11

#cabb11

Complementary Color

#cabb11 #1120ca

#cabb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb11 Color CSS Codes

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

#cabb11 Text Font Color

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

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


#cabb11 Background Color

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

This div background color is #cabb11


#cabb11 Border Color

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

This div border color is #cabb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb11


Comments

No comments written yet.

Please login to write comment.