Color Hex Logo

#cbc259 Color Hex

#CBC259
(203,194,89)
0 Favorites   0 Comments

Color spaces of #cbc259

RGB 20319489
HSL0.150.520.57
HSV55°56°80°
CMYK 0.000.040.56   0.20
XYZ45.723652.001417.0786
Yxy52.00140.39830.4530
Hunter Lab72.1120-13.015636.4365
CIE-Lab77.2817-10.300652.9704

#cbc259 color RGB value is (203,194,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01011001
Octal 313 302 131
Decimal 203 194 89
Hex CB C2 59

RGB Percentages of Color #cbc259

%41.77
%39.92
%18.31

CMYK Percentages of Color #cbc259

%0
%4
%56
%20

Triadic Colors of #cbc259

#cbc259 #59cbc2 #c259cb

Analogous Colors of #cbc259

#cbc259 #9bcb59 #cb8959

Monochromatic Colors of #cbc259

#cbc259

Complementary Color

#cbc259 #5962cb

#cbc259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc259 Color CSS Codes

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

#cbc259 Text Font Color

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

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


#cbc259 Background Color

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

This div background color is #cbc259


#cbc259 Border Color

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

This div border color is #cbc259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,194,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 #cbc259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc259


Comments

No comments written yet.

Please login to write comment.