Color Hex Logo

#cbb822 Color Hex

#CBB822
(203,184,34)
0 Favorites   0 Comments

Color spaces of #cbb822

RGB 20318434
HSL0.150.710.46
HSV53°83°80°
CMYK 0.000.090.83   0.20
XYZ42.057847.09308.3865
Yxy47.09300.43120.4828
Hunter Lab68.6243-10.695340.7913
CIE-Lab74.2492-7.992670.5072

#cbb822 color RGB value is (203,184,34).

#cbb822 hex color red value is 203, green value is 184 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #cbb822 hue: 0.15 , saturation: 0.71 and the lightness value of cbb822 is 0.46.

The process color (four color CMYK) of #cbb822 color hex is 0.00, 0.09, 0.83, 0.20. Web safe color of #cbb822 is #cccc33. Color #cbb822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 00100010
Octal 313 270 42
Decimal 203 184 34
Hex CB B8 22

RGB Percentages of Color #cbb822

%48.22
%43.71
%8.08

CMYK Percentages of Color #cbb822

%0
%9
%83
%20

Triadic Colors of #cbb822

#cbb822 #22cbb8 #b822cb

Analogous Colors of #cbb822

#cbb822 #8acb22 #cb6422

Monochromatic Colors of #cbb822

#cbb822

Complementary Color

#cbb822 #2235cb

#cbb822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb822 Color CSS Codes

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

#cbb822 Text Font Color

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

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


#cbb822 Background Color

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

This div background color is #cbb822


#cbb822 Border Color

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

This div border color is #cbb822


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,184,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb822


Comments

No comments written yet.

Please login to write comment.