Color Hex Logo

#cbb357 Color Hex

#CBB357
(203,179,87)
0 Favorites   0 Comments

Color spaces of #cbb357

RGB 20317987
HSL0.130.530.57
HSV48°57°80°
CMYK 0.000.120.57   0.20
XYZ42.469045.624815.5849
Yxy45.62480.40960.4401
Hunter Lab67.5461-5.975533.6023
CIE-Lab73.3014-2.669549.3488

#cbb357 color RGB value is (203,179,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01010111
Octal 313 263 127
Decimal 203 179 87
Hex CB B3 57

RGB Percentages of Color #cbb357

%43.28
%38.17
%18.55

CMYK Percentages of Color #cbb357

%0
%12
%57
%20

Triadic Colors of #cbb357

#cbb357 #57cbb3 #b357cb

Analogous Colors of #cbb357

#cbb357 #a9cb57 #cb7957

Monochromatic Colors of #cbb357

#cbb357

Complementary Color

#cbb357 #576fcb

#cbb357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb357 Color CSS Codes

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

#cbb357 Text Font Color

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

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


#cbb357 Background Color

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

This div background color is #cbb357


#cbb357 Border Color

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

This div border color is #cbb357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb357


Comments

No comments written yet.

Please login to write comment.