Color Hex Logo

#cbc157 Color Hex

#CBC157
(203,193,87)
0 Favorites   0 Comments

Color spaces of #cbc157

RGB 20319387
HSL0.150.530.57
HSV55°57°80°
CMYK 0.000.050.57   0.20
XYZ45.418951.524616.5682
Yxy51.52460.40010.4539
Hunter Lab71.7806-12.671036.5613
CIE-Lab76.9957-9.940253.5627

#cbc157 color RGB value is (203,193,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01010111
Octal 313 301 127
Decimal 203 193 87
Hex CB C1 57

RGB Percentages of Color #cbc157

%42.03
%39.96
%18.01

CMYK Percentages of Color #cbc157

%0
%5
%57
%20

Triadic Colors of #cbc157

#cbc157 #57cbc1 #c157cb

Analogous Colors of #cbc157

#cbc157 #9bcb57 #cb8757

Monochromatic Colors of #cbc157

#cbc157

Complementary Color

#cbc157 #5761cb

#cbc157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc157 Color CSS Codes

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

#cbc157 Text Font Color

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

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


#cbc157 Background Color

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

This div background color is #cbc157


#cbc157 Border Color

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

This div border color is #cbc157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc157


Comments

No comments written yet.

Please login to write comment.