Color Hex Logo

#cbb942 Color Hex

#CBB942
(203,185,66)
0 Favorites   0 Comments

Color spaces of #cbb942

RGB 20318566
HSL0.140.570.53
HSV52°67°80°
CMYK 0.000.090.67   0.20
XYZ42.960947.787812.1139
Yxy47.78780.41770.4646
Hunter Lab69.1287-10.044238.0003
CIE-Lab74.6909-7.188560.1718

#cbb942 color RGB value is (203,185,66).

#cbb942 hex color red value is 203, green value is 185 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cbb942 hue: 0.14 , saturation: 0.57 and the lightness value of cbb942 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01000010
Octal 313 271 102
Decimal 203 185 66
Hex CB B9 42

RGB Percentages of Color #cbb942

%44.71
%40.75
%14.54

CMYK Percentages of Color #cbb942

%0
%9
%67
%20

Triadic Colors of #cbb942

#cbb942 #42cbb9 #b942cb

Analogous Colors of #cbb942

#cbb942 #99cb42 #cb7542

Monochromatic Colors of #cbb942

#cbb942

Complementary Color

#cbb942 #4254cb

#cbb942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb942 Color CSS Codes

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

#cbb942 Text Font Color

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

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


#cbb942 Background Color

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

This div background color is #cbb942


#cbb942 Border Color

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

This div border color is #cbb942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb942


Comments

No comments written yet.

Please login to write comment.