Color Hex Logo

#ccb928 Color Hex

#CCB928
(204,185,40)
0 Favorites   0 Comments

Color spaces of #ccb928

RGB 20418540
HSL0.150.670.48
HSV53°80°80°
CMYK 0.000.090.80   0.20
XYZ42.633847.68858.9652
Yxy47.68850.42940.4803
Hunter Lab69.0569-10.648540.6426
CIE-Lab74.6280-7.893969.2464

#ccb928 color RGB value is (204,185,40).

#ccb928 hex color red value is 204, green value is 185 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ccb928 hue: 0.15 , saturation: 0.67 and the lightness value of ccb928 is 0.48.

The process color (four color CMYK) of #ccb928 color hex is 0.00, 0.09, 0.80, 0.20. Web safe color of #ccb928 is #cccc33. Color #ccb928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00101000
Octal 314 271 50
Decimal 204 185 40
Hex CC B9 28

RGB Percentages of Color #ccb928

%47.55
%43.12
%9.32

CMYK Percentages of Color #ccb928

%0
%9
%80
%20

Triadic Colors of #ccb928

#ccb928 #28ccb9 #b928cc

Analogous Colors of #ccb928

#ccb928 #8dcc28 #cc6728

Monochromatic Colors of #ccb928

#ccb928

Complementary Color

#ccb928 #283bcc

#ccb928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb928 Color CSS Codes

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

#ccb928 Text Font Color

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

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


#ccb928 Background Color

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

This div background color is #ccb928


#ccb928 Border Color

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

This div border color is #ccb928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb928


Comments

No comments written yet.

Please login to write comment.