Color Hex Logo

#cbb527 Color Hex

#CBB527
(203,181,39)
0 Favorites   0 Comments

Color spaces of #cbb527

RGB 20318139
HSL0.140.680.47
HSV52°81°80°
CMYK 0.000.110.81   0.20
XYZ41.518745.89078.5890
Yxy45.89070.43250.4780
Hunter Lab67.7427-9.149139.9026
CIE-Lab73.4746-6.288568.4921

#cbb527 color RGB value is (203,181,39).

#cbb527 hex color red value is 203, green value is 181 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cbb527 hue: 0.14 , saturation: 0.68 and the lightness value of cbb527 is 0.47.

The process color (four color CMYK) of #cbb527 color hex is 0.00, 0.11, 0.81, 0.20. Web safe color of #cbb527 is #cccc33. Color #cbb527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00100111
Octal 313 265 47
Decimal 203 181 39
Hex CB B5 27

RGB Percentages of Color #cbb527

%47.99
%42.79
%9.22

CMYK Percentages of Color #cbb527

%0
%11
%81
%20

Triadic Colors of #cbb527

#cbb527 #27cbb5 #b527cb

Analogous Colors of #cbb527

#cbb527 #8fcb27 #cb6327

Monochromatic Colors of #cbb527

#cbb527

Complementary Color

#cbb527 #273dcb

#cbb527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb527 Color CSS Codes

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

#cbb527 Text Font Color

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

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


#cbb527 Background Color

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

This div background color is #cbb527


#cbb527 Border Color

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

This div border color is #cbb527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb527


Comments

No comments written yet.

Please login to write comment.