Color Hex Logo

#ccb41f Color Hex

#CCB41F
(204,180,31)
0 Favorites   0 Comments

Color spaces of #ccb41f

RGB 20418031
HSL0.140.740.46
HSV52°85°80°
CMYK 0.000.120.85   0.20
XYZ41.470445.57887.9082
Yxy45.57880.43670.4800
Hunter Lab67.5121-8.499640.3134
CIE-Lab73.2714-5.559970.4708

#ccb41f color RGB value is (204,180,31).

#ccb41f hex color red value is 204, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ccb41f hue: 0.14 , saturation: 0.74 and the lightness value of ccb41f is 0.46.

The process color (four color CMYK) of #ccb41f color hex is 0.00, 0.12, 0.85, 0.20. Web safe color of #ccb41f is #cccc33. Color #ccb41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 00011111
Octal 314 264 37
Decimal 204 180 31
Hex CC B4 1F

RGB Percentages of Color #ccb41f

%49.16
%43.37
%7.47

CMYK Percentages of Color #ccb41f

%0
%12
%85
%20

Triadic Colors of #ccb41f

#ccb41f #1fccb4 #b41fcc

Analogous Colors of #ccb41f

#ccb41f #8ecc1f #cc5e1f

Monochromatic Colors of #ccb41f

#ccb41f

Complementary Color

#ccb41f #1f37cc

#ccb41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb41f Color CSS Codes

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

#ccb41f Text Font Color

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

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


#ccb41f Background Color

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

This div background color is #ccb41f


#ccb41f Border Color

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

This div border color is #ccb41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb41f


Comments

No comments written yet.

Please login to write comment.