Color Hex Logo

#cbc979 Color Hex

#CBC979
(203,201,121)
0 Favorites   0 Comments

Color spaces of #cbc979

RGB 203201121
HSL0.160.440.64
HSV59°40°80°
CMYK 0.000.010.40   0.20
XYZ48.966455.850326.2885
Yxy55.85030.37350.4260
Hunter Lab74.7331-13.826531.4570
CIE-Lab79.5285-10.934340.1673

#cbc979 color RGB value is (203,201,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01111001
Octal 313 311 171
Decimal 203 201 121
Hex CB C9 79

RGB Percentages of Color #cbc979

%38.67
%38.29
%23.05

CMYK Percentages of Color #cbc979

%0
%1
%40
%20

Triadic Colors of #cbc979

#cbc979 #79cbc9 #c979cb

Analogous Colors of #cbc979

#cbc979 #a4cb79 #cba079

Monochromatic Colors of #cbc979

#cbc979

Complementary Color

#cbc979 #797bcb

#cbc979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc979 Color CSS Codes

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

#cbc979 Text Font Color

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

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


#cbc979 Background Color

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

This div background color is #cbc979


#cbc979 Border Color

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

This div border color is #cbc979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc979


Comments

No comments written yet.

Please login to write comment.