Color Hex Logo

#ccbf1c Color Hex

#CCBF1C
(204,191,28)
0 Favorites   0 Comments

Color spaces of #ccbf1c

RGB 20419128
HSL0.150.760.45
HSV56°86°80°
CMYK 0.000.060.86   0.20
XYZ43.742250.18288.4794
Yxy50.18280.42720.4900
Hunter Lab70.8398-13.749442.4910
CIE-Lab76.1813-11.300673.5254

#ccbf1c color RGB value is (204,191,28).

#ccbf1c hex color red value is 204, green value is 191 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ccbf1c hue: 0.15 , saturation: 0.76 and the lightness value of ccbf1c is 0.45.

The process color (four color CMYK) of #ccbf1c color hex is 0.00, 0.06, 0.86, 0.20. Web safe color of #ccbf1c is #cccc33. Color #ccbf1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00011100
Octal 314 277 34
Decimal 204 191 28
Hex CC BF 1C

RGB Percentages of Color #ccbf1c

%48.23
%45.15
%6.62

CMYK Percentages of Color #ccbf1c

%0
%6
%86
%20

Triadic Colors of #ccbf1c

#ccbf1c #1cccbf #bf1ccc

Analogous Colors of #ccbf1c

#ccbf1c #81cc1c #cc671c

Monochromatic Colors of #ccbf1c

#ccbf1c

Complementary Color

#ccbf1c #1c29cc

#ccbf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf1c Color CSS Codes

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

#ccbf1c Text Font Color

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

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


#ccbf1c Background Color

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

This div background color is #ccbf1c


#ccbf1c Border Color

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

This div border color is #ccbf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf1c


Comments

No comments written yet.

Please login to write comment.