Color Hex Logo

#cbb93e Color Hex

#CBB93E
(203,185,62)
0 Favorites   0 Comments

Color spaces of #cbb93e

RGB 20318562
HSL0.150.580.52
HSV52°69°80°
CMYK 0.000.090.69   0.20
XYZ42.847147.742211.5143
Yxy47.74220.41960.4676
Hunter Lab69.0957-10.227538.4868
CIE-Lab74.6620-7.403361.7361

#cbb93e color RGB value is (203,185,62).

#cbb93e hex color red value is 203, green value is 185 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cbb93e hue: 0.15 , saturation: 0.58 and the lightness value of cbb93e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 00111110
Octal 313 271 76
Decimal 203 185 62
Hex CB B9 3E

RGB Percentages of Color #cbb93e

%45.11
%41.11
%13.78

CMYK Percentages of Color #cbb93e

%0
%9
%69
%20

Triadic Colors of #cbb93e

#cbb93e #3ecbb9 #b93ecb

Analogous Colors of #cbb93e

#cbb93e #97cb3e #cb733e

Monochromatic Colors of #cbb93e

#cbb93e

Complementary Color

#cbb93e #3e50cb

#cbb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb93e Color CSS Codes

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

#cbb93e Text Font Color

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

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


#cbb93e Background Color

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

This div background color is #cbb93e


#cbb93e Border Color

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

This div border color is #cbb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb93e


Comments

No comments written yet.

Please login to write comment.