Color Hex Logo

#cbb523 Color Hex

#CBB523
(203,181,35)
0 Favorites   0 Comments

Color spaces of #cbb523

RGB 20318135
HSL0.140.710.47
HSV52°83°80°
CMYK 0.000.110.83   0.20
XYZ41.455845.86568.2581
Yxy45.86560.43370.4799
Hunter Lab67.7241-9.252540.1772
CIE-Lab73.4582-6.409969.5800

#cbb523 color RGB value is (203,181,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00100011
Octal 313 265 43
Decimal 203 181 35
Hex CB B5 23

RGB Percentages of Color #cbb523

%48.45
%43.20
%8.35

CMYK Percentages of Color #cbb523

%0
%11
%83
%20

Triadic Colors of #cbb523

#cbb523 #23cbb5 #b523cb

Analogous Colors of #cbb523

#cbb523 #8dcb23 #cb6123

Monochromatic Colors of #cbb523

#cbb523

Complementary Color

#cbb523 #2339cb

#cbb523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb523 Color CSS Codes

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

#cbb523 Text Font Color

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

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


#cbb523 Background Color

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

This div background color is #cbb523


#cbb523 Border Color

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

This div border color is #cbb523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb523


Comments

No comments written yet.

Please login to write comment.