color codes Logo

#ccb44f color codes

#CCB44F
(204,180,79)
0 Favorites   0 Comments

Color spaces of #ccb44f

RGB 20418079
HSL0.130.550.55
HSV48°61°80°
CMYK 0.000.120.61   0.20
XYZ42.634446.044414.0375
Yxy46.04440.41510.4483
Hunter Lab67.8560-6.595335.2338
CIE-Lab73.5743-3.350353.4032

#ccb44f color RGB value is (204,180,79).

#ccb44f hex color red value is 204, green value is 180 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ccb44f hue: 0.13 , saturation: 0.55 and the lightness value of ccb44f is 0.55.

The process color (four color CMYK) of #ccb44f color code is 0.00, 0.12, 0.61, 0.20. Web safe color of #ccb44f is #cccc66. Color #ccb44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01001111
Octal 314 264 117
Decimal 204 180 79
Hex CC B4 4F

RGB Percentages of Color #ccb44f

%44.06
%38.88
%17.06

CMYK Percentages of Color #ccb44f

%0
%12
%61
%20

Triadic Colors of #ccb44f

#ccb44f #4fccb4 #b44fcc

Analogous Colors of #ccb44f

#ccb44f #a6cc4f #cc764f

Monochromatic Colors of #ccb44f

#ccb44f

Complementary Color

#ccb44f #4f67cc

#ccb44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb44f Color CSS Codes

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

#ccb44f Text Font Color

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

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


#ccb44f Background Color

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

This div background color is #ccb44f


#ccb44f Border Color

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

This div border color is #ccb44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb44f


Comments

No comments written yet.

Please login to write comment.