Color Hex Logo

#ccb53d Color Hex

#CCB53D
(204,181,61)
0 Favorites   0 Comments

Color spaces of #ccb53d

RGB 20418161
HSL0.140.580.52
HSV50°70°80°
CMYK 0.000.110.70   0.20
XYZ42.268046.222011.1089
Yxy46.22200.42440.4641
Hunter Lab67.9868-8.001737.9029
CIE-Lab73.6894-4.945761.1823

#ccb53d color RGB value is (204,181,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 00111101
Octal 314 265 75
Decimal 204 181 61
Hex CC B5 3D

RGB Percentages of Color #ccb53d

%45.74
%40.58
%13.68

CMYK Percentages of Color #ccb53d

%0
%11
%70
%20

Triadic Colors of #ccb53d

#ccb53d #3dccb5 #b53dcc

Analogous Colors of #ccb53d

#ccb53d #9ccc3d #cc6e3d

Monochromatic Colors of #ccb53d

#ccb53d

Complementary Color

#ccb53d #3d54cc

#ccb53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb53d Color CSS Codes

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

#ccb53d Text Font Color

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

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


#ccb53d Background Color

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

This div background color is #ccb53d


#ccb53d Border Color

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

This div border color is #ccb53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb53d


Comments

No comments written yet.

Please login to write comment.