Color Hex Logo

#cbc179 Color Hex

#CBC179
(203,193,121)
0 Favorites   0 Comments

Color spaces of #cbc179

RGB 203193121
HSL0.150.440.64
HSV53°40°80°
CMYK 0.000.050.40   0.20
XYZ47.149852.216925.6830
Yxy52.21690.37700.4176
Hunter Lab72.2613-9.987629.5101
CIE-Lab77.4104-6.823537.4789

#cbc179 color RGB value is (203,193,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01111001
Octal 313 301 171
Decimal 203 193 121
Hex CB C1 79

RGB Percentages of Color #cbc179

%39.26
%37.33
%23.40

CMYK Percentages of Color #cbc179

%0
%5
%40
%20

Triadic Colors of #cbc179

#cbc179 #79cbc1 #c179cb

Analogous Colors of #cbc179

#cbc179 #accb79 #cb9879

Monochromatic Colors of #cbc179

#cbc179

Complementary Color

#cbc179 #7983cb

#cbc179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc179 Color CSS Codes

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

#cbc179 Text Font Color

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

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


#cbc179 Background Color

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

This div background color is #cbc179


#cbc179 Border Color

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

This div border color is #cbc179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc179


Comments

No comments written yet.

Please login to write comment.