Color Hex Logo

#ccb824 Color Hex

#CCB824
(204,184,36)
0 Favorites   0 Comments

Color spaces of #ccb824

RGB 20418436
HSL0.150.700.47
HSV53°82°80°
CMYK 0.000.100.82   0.20
XYZ42.360847.24578.5558
Yxy47.24570.43150.4813
Hunter Lab68.7355-10.279940.7348
CIE-Lab74.3467-7.499870.1064

#ccb824 color RGB value is (204,184,36).

#ccb824 hex color red value is 204, green value is 184 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ccb824 hue: 0.15 , saturation: 0.70 and the lightness value of ccb824 is 0.47.

The process color (four color CMYK) of #ccb824 color hex is 0.00, 0.10, 0.82, 0.20. Web safe color of #ccb824 is #cccc33. Color #ccb824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00100100
Octal 314 270 44
Decimal 204 184 36
Hex CC B8 24

RGB Percentages of Color #ccb824

%48.11
%43.40
%8.49

CMYK Percentages of Color #ccb824

%0
%10
%82
%20

Triadic Colors of #ccb824

#ccb824 #24ccb8 #b824cc

Analogous Colors of #ccb824

#ccb824 #8ccc24 #cc6424

Monochromatic Colors of #ccb824

#ccb824

Complementary Color

#ccb824 #2438cc

#ccb824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb824 Color CSS Codes

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

#ccb824 Text Font Color

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

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


#ccb824 Background Color

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

This div background color is #ccb824


#ccb824 Border Color

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

This div border color is #ccb824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb824


Comments

No comments written yet.

Please login to write comment.