Color Hex Logo

#cbc159 Color Hex

#CBC159
(203,193,89)
0 Favorites   0 Comments

Color spaces of #cbc159

RGB 20319389
HSL0.150.520.57
HSV55°56°80°
CMYK 0.000.050.56   0.20
XYZ45.501751.557717.0046
Yxy51.55770.39890.4520
Hunter Lab71.8037-12.541836.2215
CIE-Lab77.0156-9.788652.6677

#cbc159 color RGB value is (203,193,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01011001
Octal 313 301 131
Decimal 203 193 89
Hex CB C1 59

RGB Percentages of Color #cbc159

%41.86
%39.79
%18.35

CMYK Percentages of Color #cbc159

%0
%5
%56
%20

Triadic Colors of #cbc159

#cbc159 #59cbc1 #c159cb

Analogous Colors of #cbc159

#cbc159 #9ccb59 #cb8859

Monochromatic Colors of #cbc159

#cbc159

Complementary Color

#cbc159 #5963cb

#cbc159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc159 Color CSS Codes

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

#cbc159 Text Font Color

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

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


#cbc159 Background Color

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

This div background color is #cbc159


#cbc159 Border Color

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

This div border color is #cbc159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc159


Comments

No comments written yet.

Please login to write comment.