Color Hex Logo

#cbc779 Color Hex

#CBC779
(203,199,121)
0 Favorites   0 Comments

Color spaces of #cbc779

RGB 203199121
HSL0.160.440.64
HSV57°40°80°
CMYK 0.000.020.40   0.20
XYZ48.503254.923826.1341
Yxy54.92380.37440.4239
Hunter Lab74.1106-12.870530.9696
CIE-Lab78.9974-9.912639.4958

#cbc779 color RGB value is (203,199,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 01111001
Octal 313 307 171
Decimal 203 199 121
Hex CB C7 79

RGB Percentages of Color #cbc779

%38.81
%38.05
%23.14

CMYK Percentages of Color #cbc779

%0
%2
%40
%20

Triadic Colors of #cbc779

#cbc779 #79cbc7 #c779cb

Analogous Colors of #cbc779

#cbc779 #a6cb79 #cb9e79

Monochromatic Colors of #cbc779

#cbc779

Complementary Color

#cbc779 #797dcb

#cbc779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc779 Color CSS Codes

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

#cbc779 Text Font Color

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

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


#cbc779 Background Color

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

This div background color is #cbc779


#cbc779 Border Color

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

This div border color is #cbc779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc779


Comments

No comments written yet.

Please login to write comment.