Color Hex Logo

#ccb628 Color Hex

#CCB628
(204,182,40)
0 Favorites   0 Comments

Color spaces of #ccb628

RGB 20418240
HSL0.140.670.48
HSV52°80°80°
CMYK 0.000.110.80   0.20
XYZ42.012846.44658.7582
Yxy46.44650.43220.4778
Hunter Lab68.1517-9.227340.0868
CIE-Lab73.8343-6.340268.5528

#ccb628 color RGB value is (204,182,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 00101000
Octal 314 266 50
Decimal 204 182 40
Hex CC B6 28

RGB Percentages of Color #ccb628

%47.89
%42.72
%9.39

CMYK Percentages of Color #ccb628

%0
%11
%80
%20

Triadic Colors of #ccb628

#ccb628 #28ccb6 #b628cc

Analogous Colors of #ccb628

#ccb628 #90cc28 #cc6428

Monochromatic Colors of #ccb628

#ccb628

Complementary Color

#ccb628 #283ecc

#ccb628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb628 Color CSS Codes

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

#ccb628 Text Font Color

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

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


#ccb628 Background Color

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

This div background color is #ccb628


#ccb628 Border Color

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

This div border color is #ccb628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb628


Comments

No comments written yet.

Please login to write comment.