Color Hex Logo

#cbb82b Color Hex

#CBB82B
(203,184,43)
0 Favorites   0 Comments

Color spaces of #cbb82b

RGB 20318443
HSL0.150.650.48
HSV53°79°80°
CMYK 0.000.090.79   0.20
XYZ42.205147.15199.1623
Yxy47.15190.42840.4786
Hunter Lab68.6672-10.455840.1560
CIE-Lab74.2868-7.710468.0251

#cbb82b color RGB value is (203,184,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 00101011
Octal 313 270 53
Decimal 203 184 43
Hex CB B8 2B

RGB Percentages of Color #cbb82b

%47.21
%42.79
%10.00

CMYK Percentages of Color #cbb82b

%0
%9
%79
%20

Triadic Colors of #cbb82b

#cbb82b #2bcbb8 #b82bcb

Analogous Colors of #cbb82b

#cbb82b #8ecb2b #cb682b

Monochromatic Colors of #cbb82b

#cbb82b

Complementary Color

#cbb82b #2b3ecb

#cbb82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb82b Color CSS Codes

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

#cbb82b Text Font Color

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

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


#cbb82b Background Color

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

This div background color is #cbb82b


#cbb82b Border Color

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

This div border color is #cbb82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb82b


Comments

No comments written yet.

Please login to write comment.