Color Hex Logo

#ccbf06 Color Hex

#CCBF06
(204,191,6)
0 Favorites   0 Comments

Color spaces of #ccbf06

RGB 2041916
HSL0.160.940.41
HSV56°97°80°
CMYK 0.000.060.97   0.20
XYZ43.565550.11217.5488
Yxy50.11210.43040.4950
Hunter Lab70.7899-14.029943.2304
CIE-Lab76.1380-11.634476.6970

#ccbf06 color RGB value is (204,191,6).

#ccbf06 hex color red value is 204, green value is 191 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ccbf06 hue: 0.16 , saturation: 0.94 and the lightness value of ccbf06 is 0.41.

The process color (four color CMYK) of #ccbf06 color hex is 0.00, 0.06, 0.97, 0.20. Web safe color of #ccbf06 is #cccc00. Color #ccbf06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00000110
Octal 314 277 6
Decimal 204 191 6
Hex CC BF 6

RGB Percentages of Color #ccbf06

%50.87
%47.63
%1.50

CMYK Percentages of Color #ccbf06

%0
%6
%97
%20

Triadic Colors of #ccbf06

#ccbf06 #06ccbf #bf06cc

Analogous Colors of #ccbf06

#ccbf06 #76cc06 #cc5c06

Monochromatic Colors of #ccbf06

#ccbf06

Complementary Color

#ccbf06 #0613cc

#ccbf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf06 Color CSS Codes

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

#ccbf06 Text Font Color

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

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


#ccbf06 Background Color

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

This div background color is #ccbf06


#ccbf06 Border Color

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

This div border color is #ccbf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf06


Comments

No comments written yet.

Please login to write comment.