Color Hex Logo

#ccb621 Color Hex

#CCB621
(204,182,33)
0 Favorites   0 Comments

Color spaces of #ccb621

RGB 20418233
HSL0.150.720.46
HSV52°84°80°
CMYK 0.000.110.84   0.20
XYZ41.904346.40318.1869
Yxy46.40310.43430.4809
Hunter Lab68.1198-9.404440.5582
CIE-Lab73.8063-6.547770.4241

#ccb621 color RGB value is (204,182,33).

#ccb621 hex color red value is 204, green value is 182 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ccb621 hue: 0.15 , saturation: 0.72 and the lightness value of ccb621 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 00100001
Octal 314 266 41
Decimal 204 182 33
Hex CC B6 21

RGB Percentages of Color #ccb621

%48.69
%43.44
%7.88

CMYK Percentages of Color #ccb621

%0
%11
%84
%20

Triadic Colors of #ccb621

#ccb621 #21ccb6 #b621cc

Analogous Colors of #ccb621

#ccb621 #8dcc21 #cc6021

Monochromatic Colors of #ccb621

#ccb621

Complementary Color

#ccb621 #2137cc

#ccb621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb621 Color CSS Codes

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

#ccb621 Text Font Color

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

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


#ccb621 Background Color

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

This div background color is #ccb621


#ccb621 Border Color

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

This div border color is #ccb621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb621


Comments

No comments written yet.

Please login to write comment.