Color Hex Logo

#ccb650 Color Hex

#CCB650
(204,182,80)
0 Favorites   0 Comments

Color spaces of #ccb650

RGB 20418280
HSL0.140.550.56
HSV49°61°80°
CMYK 0.000.110.61   0.20
XYZ43.077846.872514.3663
Yxy46.87250.41300.4493
Hunter Lab68.4635-7.497435.4831
CIE-Lab74.1081-4.328953.5408

#ccb650 color RGB value is (204,182,80).

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

The process color (four color CMYK) of #ccb650 color hex is 0.00, 0.11, 0.61, 0.20. Web safe color of #ccb650 is #cccc66. Color #ccb650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01010000
Octal 314 266 120
Decimal 204 182 80
Hex CC B6 50

RGB Percentages of Color #ccb650

%43.78
%39.06
%17.17

CMYK Percentages of Color #ccb650

%0
%11
%61
%20

Triadic Colors of #ccb650

#ccb650 #50ccb6 #b650cc

Analogous Colors of #ccb650

#ccb650 #a4cc50 #cc7850

Monochromatic Colors of #ccb650

#ccb650

Complementary Color

#ccb650 #5066cc

#ccb650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb650 Color CSS Codes

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

#ccb650 Text Font Color

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

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


#ccb650 Background Color

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

This div background color is #ccb650


#ccb650 Border Color

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

This div border color is #ccb650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb650


Comments

No comments written yet.

Please login to write comment.