Color Hex Logo

#cbbb2a Color Hex

#CBBB2A
(203,187,42)
0 Favorites   0 Comments

Color spaces of #cbbb2a

RGB 20318742
HSL0.150.660.48
HSV54°79°80°
CMYK 0.000.080.79   0.20
XYZ42.816848.40439.2768
Yxy48.40430.42600.4816
Hunter Lab69.5732-11.900540.7956
CIE-Lab75.0792-9.291969.0277

#cbbb2a color RGB value is (203,187,42).

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

The process color (four color CMYK) of #cbbb2a color hex is 0.00, 0.08, 0.79, 0.20. Web safe color of #cbbb2a is #cccc33. Color #cbbb2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 00101010
Octal 313 273 52
Decimal 203 187 42
Hex CB BB 2A

RGB Percentages of Color #cbbb2a

%46.99
%43.29
%9.72

CMYK Percentages of Color #cbbb2a

%0
%8
%79
%20

Triadic Colors of #cbbb2a

#cbbb2a #2acbbb #bb2acb

Analogous Colors of #cbbb2a

#cbbb2a #8bcb2a #cb6b2a

Monochromatic Colors of #cbbb2a

#cbbb2a

Complementary Color

#cbbb2a #2a3acb

#cbbb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb2a Color CSS Codes

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

#cbbb2a Text Font Color

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

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


#cbbb2a Background Color

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

This div background color is #cbbb2a


#cbbb2a Border Color

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

This div border color is #cbbb2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,187,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 #cbbb2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb2a


Comments

No comments written yet.

Please login to write comment.