Color Hex Logo

#cbc989 Color Hex

#CBC989
(203,201,137)
0 Favorites   0 Comments

Color spaces of #cbc989

RGB 203201137
HSL0.160.390.67
HSV58°33°80°
CMYK 0.000.010.33   0.20
XYZ50.030656.275931.8924
Yxy56.27590.36200.4072
Hunter Lab75.0173-12.234827.3059
CIE-Lab79.7706-9.094632.2990

#cbc989 color RGB value is (203,201,137).

#cbc989 hex color red value is 203, green value is 201 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cbc989 hue: 0.16 , saturation: 0.39 and the lightness value of cbc989 is 0.67.

The process color (four color CMYK) of #cbc989 color hex is 0.00, 0.01, 0.33, 0.20. Web safe color of #cbc989 is #cccc99. Color #cbc989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 10001001
Octal 313 311 211
Decimal 203 201 137
Hex CB C9 89

RGB Percentages of Color #cbc989

%37.52
%37.15
%25.32

CMYK Percentages of Color #cbc989

%0
%1
%33
%20

Triadic Colors of #cbc989

#cbc989 #89cbc9 #c989cb

Analogous Colors of #cbc989

#cbc989 #accb89 #cba889

Monochromatic Colors of #cbc989

#cbc989

Complementary Color

#cbc989 #898bcb

#cbc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc989 Color CSS Codes

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

#cbc989 Text Font Color

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

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


#cbc989 Background Color

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

This div background color is #cbc989


#cbc989 Border Color

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

This div border color is #cbc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc989


Comments

No comments written yet.

Please login to write comment.