Color Hex Logo

#cbb459 Color Hex

#CBB459
(203,180,89)
0 Favorites   0 Comments

Color spaces of #cbb459

RGB 20318089
HSL0.130.520.57
HSV48°56°80°
CMYK 0.000.110.56   0.20
XYZ42.753046.060316.0884
Yxy46.06030.40760.4391
Hunter Lab67.8677-6.323233.4524
CIE-Lab73.5846-3.040248.7224

#cbb459 color RGB value is (203,180,89).

#cbb459 hex color red value is 203, green value is 180 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cbb459 hue: 0.13 , saturation: 0.52 and the lightness value of cbb459 is 0.57.

The process color (four color CMYK) of #cbb459 color hex is 0.00, 0.11, 0.56, 0.20. Web safe color of #cbb459 is #cccc66. Color #cbb459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 01011001
Octal 313 264 131
Decimal 203 180 89
Hex CB B4 59

RGB Percentages of Color #cbb459

%43.01
%38.14
%18.86

CMYK Percentages of Color #cbb459

%0
%11
%56
%20

Triadic Colors of #cbb459

#cbb459 #59cbb4 #b459cb

Analogous Colors of #cbb459

#cbb459 #a9cb59 #cb7b59

Monochromatic Colors of #cbb459

#cbb459

Complementary Color

#cbb459 #5970cb

#cbb459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb459 Color CSS Codes

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

#cbb459 Text Font Color

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

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


#cbb459 Background Color

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

This div background color is #cbb459


#cbb459 Border Color

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

This div border color is #cbb459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb459


Comments

No comments written yet.

Please login to write comment.