Color Hex Logo

#ccbb4d Color Hex

#CCBB4D
(204,187,77)
0 Favorites   0 Comments

Color spaces of #ccbb4d

RGB 20418777
HSL0.140.550.55
HSV52°62°80°
CMYK 0.000.080.62   0.20
XYZ44.011748.913814.1428
Yxy48.91380.41110.4568
Hunter Lab69.9384-10.063536.9674
CIE-Lab75.3977-7.131656.2949

#ccbb4d color RGB value is (204,187,77).

#ccbb4d hex color red value is 204, green value is 187 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ccbb4d hue: 0.14 , saturation: 0.55 and the lightness value of ccbb4d is 0.55.

The process color (four color CMYK) of #ccbb4d color hex is 0.00, 0.08, 0.62, 0.20. Web safe color of #ccbb4d is #cccc66. Color #ccbb4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01001101
Octal 314 273 115
Decimal 204 187 77
Hex CC BB 4D

RGB Percentages of Color #ccbb4d

%43.59
%39.96
%16.45

CMYK Percentages of Color #ccbb4d

%0
%8
%62
%20

Triadic Colors of #ccbb4d

#ccbb4d #4dccbb #bb4dcc

Analogous Colors of #ccbb4d

#ccbb4d #9ecc4d #cc7c4d

Monochromatic Colors of #ccbb4d

#ccbb4d

Complementary Color

#ccbb4d #4d5ecc

#ccbb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb4d Color CSS Codes

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

#ccbb4d Text Font Color

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

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


#ccbb4d Background Color

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

This div background color is #ccbb4d


#ccbb4d Border Color

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

This div border color is #ccbb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb4d


Comments

No comments written yet.

Please login to write comment.