Color Hex Logo

#cbc170 Color Hex

#CBC170
(203,193,112)
0 Favorites   0 Comments

Color spaces of #cbc170

RGB 203193112
HSL0.150.470.62
HSV53°45°80°
CMYK 0.000.050.45   0.20
XYZ46.623252.006322.9101
Yxy52.00630.38360.4279
Hunter Lab72.1154-10.800231.6451
CIE-Lab77.2846-7.760641.8797

#cbc170 color RGB value is (203,193,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01110000
Octal 313 301 160
Decimal 203 193 112
Hex CB C1 70

RGB Percentages of Color #cbc170

%39.96
%37.99
%22.05

CMYK Percentages of Color #cbc170

%0
%5
%45
%20

Triadic Colors of #cbc170

#cbc170 #70cbc1 #c170cb

Analogous Colors of #cbc170

#cbc170 #a8cb70 #cb9470

Monochromatic Colors of #cbc170

#cbc170

Complementary Color

#cbc170 #707acb

#cbc170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc170 Color CSS Codes

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

#cbc170 Text Font Color

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

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


#cbc170 Background Color

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

This div background color is #cbc170


#cbc170 Border Color

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

This div border color is #cbc170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc170


Comments

No comments written yet.

Please login to write comment.