Color Hex Logo

#ccb707 Color Hex

#CCB707
(204,183,7)
0 Favorites   0 Comments

Color spaces of #ccb707

RGB 2041837
HSL0.150.930.41
HSV54°97°80°
CMYK 0.000.100.97   0.20
XYZ41.873746.71977.0118
Yxy46.71970.43800.4887
Hunter Lab68.3518-10.263041.7641
CIE-Lab74.0101-7.518875.0246

#ccb707 color RGB value is (204,183,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00000111
Octal 314 267 7
Decimal 204 183 7
Hex CC B7 7

RGB Percentages of Color #ccb707

%51.78
%46.45
%1.78

CMYK Percentages of Color #ccb707

%0
%10
%97
%20

Triadic Colors of #ccb707

#ccb707 #07ccb7 #b707cc

Analogous Colors of #ccb707

#ccb707 #7fcc07 #cc5507

Monochromatic Colors of #ccb707

#ccb707

Complementary Color

#ccb707 #071ccc

#ccb707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb707 Color CSS Codes

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

#ccb707 Text Font Color

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

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


#ccb707 Background Color

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

This div background color is #ccb707


#ccb707 Border Color

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

This div border color is #ccb707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb707


Comments

No comments written yet.

Please login to write comment.