Color Hex Logo

#ccb406 Color Hex

#CCB406
(204,180,6)
0 Favorites   0 Comments

Color spaces of #ccb406

RGB 2041806
HSL0.150.940.41
HSV53°97°80°
CMYK 0.000.120.97   0.20
XYZ41.256045.49306.7789
Yxy45.49300.44110.4864
Hunter Lab67.4485-8.852441.2550
CIE-Lab73.2153-5.973074.5518

#ccb406 color RGB value is (204,180,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 00000110
Octal 314 264 6
Decimal 204 180 6
Hex CC B4 6

RGB Percentages of Color #ccb406

%52.31
%46.15
%1.54

CMYK Percentages of Color #ccb406

%0
%12
%97
%20

Triadic Colors of #ccb406

#ccb406 #06ccb4 #b406cc

Analogous Colors of #ccb406

#ccb406 #81cc06 #cc5106

Monochromatic Colors of #ccb406

#ccb406

Complementary Color

#ccb406 #061ecc

#ccb406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb406 Color CSS Codes

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

#ccb406 Text Font Color

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

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


#ccb406 Background Color

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

This div background color is #ccb406


#ccb406 Border Color

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

This div border color is #ccb406


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,180,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 #ccb406">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb406


Comments

No comments written yet.

Please login to write comment.