Color Hex Logo

#ccb050 Color Hex

#CCB050
(204,176,80)
0 Favorites   0 Comments

Color spaces of #ccb050

RGB 20417680
HSL0.130.550.56
HSV46°61°80°
CMYK 0.000.140.61   0.20
XYZ41.875144.467213.9654
Yxy44.46720.41750.4433
Hunter Lab66.6837-4.604634.2617
CIE-Lab72.5397-1.176451.7926

#ccb050 color RGB value is (204,176,80).

#ccb050 hex color red value is 204, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccb050 hue: 0.13 , saturation: 0.55 and the lightness value of ccb050 is 0.56.

The process color (four color CMYK) of #ccb050 color hex is 0.00, 0.14, 0.61, 0.20. Web safe color of #ccb050 is #cc9966. Color #ccb050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01010000
Octal 314 260 120
Decimal 204 176 80
Hex CC B0 50

RGB Percentages of Color #ccb050

%44.35
%38.26
%17.39

CMYK Percentages of Color #ccb050

%0
%14
%61
%20

Triadic Colors of #ccb050

#ccb050 #50ccb0 #b050cc

Analogous Colors of #ccb050

#ccb050 #aacc50 #cc7250

Monochromatic Colors of #ccb050

#ccb050

Complementary Color

#ccb050 #506ccc

#ccb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb050 Color CSS Codes

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

#ccb050 Text Font Color

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

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


#ccb050 Background Color

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

This div background color is #ccb050


#ccb050 Border Color

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

This div border color is #ccb050


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,176,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb050; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb050;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb050;
  box-shadow:         1px 1px 3px 2px #ccb050; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,176,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb050


Comments

No comments written yet.

Please login to write comment.