Color Hex Logo

#cbb390 Color Hex

#CBB390
(203,179,144)
0 Favorites   0 Comments

Color spaces of #cbb390

RGB 203179144
HSL0.100.360.68
HSV36°29°80°
CMYK 0.000.120.29   0.20
XYZ45.782746.950333.0349
Yxy46.95030.36400.3733
Hunter Lab68.5203-0.643519.3794
CIE-Lab74.15803.332421.0546

#cbb390 color RGB value is (203,179,144).

#cbb390 hex color red value is 203, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbb390 hue: 0.10 , saturation: 0.36 and the lightness value of cbb390 is 0.68.

The process color (four color CMYK) of #cbb390 color hex is 0.00, 0.12, 0.29, 0.20. Web safe color of #cbb390 is #cccc99. Color #cbb390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 10010000
Octal 313 263 220
Decimal 203 179 144
Hex CB B3 90

RGB Percentages of Color #cbb390

%38.59
%34.03
%27.38

CMYK Percentages of Color #cbb390

%0
%12
%29
%20

Triadic Colors of #cbb390

#cbb390 #90cbb3 #b390cb

Analogous Colors of #cbb390

#cbb390 #c6cb90 #cb9690

Monochromatic Colors of #cbb390

#cbb390

Complementary Color

#cbb390 #90a8cb

#cbb390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb390 Color CSS Codes

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

#cbb390 Text Font Color

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

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


#cbb390 Background Color

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

This div background color is #cbb390


#cbb390 Border Color

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

This div border color is #cbb390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb390


Comments

No comments written yet.

Please login to write comment.