Color Hex Logo

#ccb530 Color Hex

#CCB530
(204,181,48)
0 Favorites   0 Comments

Color spaces of #ccb530

RGB 20418148
HSL0.140.620.49
HSV51°76°80°
CMYK 0.000.110.76   0.20
XYZ41.959246.09859.4827
Yxy46.09850.43020.4726
Hunter Lab67.8959-8.506039.2464
CIE-Lab73.6094-5.532865.8472

#ccb530 color RGB value is (204,181,48).

#ccb530 hex color red value is 204, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ccb530 hue: 0.14 , saturation: 0.62 and the lightness value of ccb530 is 0.49.

The process color (four color CMYK) of #ccb530 color hex is 0.00, 0.11, 0.76, 0.20. Web safe color of #ccb530 is #cccc33. Color #ccb530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 00110000
Octal 314 265 60
Decimal 204 181 48
Hex CC B5 30

RGB Percentages of Color #ccb530

%47.11
%41.80
%11.09

CMYK Percentages of Color #ccb530

%0
%11
%76
%20

Triadic Colors of #ccb530

#ccb530 #30ccb5 #b530cc

Analogous Colors of #ccb530

#ccb530 #95cc30 #cc6730

Monochromatic Colors of #ccb530

#ccb530

Complementary Color

#ccb530 #3047cc

#ccb530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb530 Color CSS Codes

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

#ccb530 Text Font Color

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

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


#ccb530 Background Color

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

This div background color is #ccb530


#ccb530 Border Color

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

This div border color is #ccb530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb530


Comments

No comments written yet.

Please login to write comment.