Color Hex Logo

#ccb608 Color Hex

#CCB608
(204,182,8)
0 Favorites   0 Comments

Color spaces of #ccb608

RGB 2041828
HSL0.150.920.42
HSV53°96°80°
CMYK 0.000.110.96   0.20
XYZ41.673646.31086.9722
Yxy46.31080.43890.4877
Hunter Lab68.0520-9.781541.5619
CIE-Lab73.7468-6.990674.7217

#ccb608 color RGB value is (204,182,8).

#ccb608 hex color red value is 204, green value is 182 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ccb608 hue: 0.15 , saturation: 0.92 and the lightness value of ccb608 is 0.42.

The process color (four color CMYK) of #ccb608 color hex is 0.00, 0.11, 0.96, 0.20. Web safe color of #ccb608 is #cccc00. Color #ccb608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 00001000
Octal 314 266 10
Decimal 204 182 8
Hex CC B6 8

RGB Percentages of Color #ccb608

%51.78
%46.19
%2.03

CMYK Percentages of Color #ccb608

%0
%11
%96
%20

Triadic Colors of #ccb608

#ccb608 #08ccb6 #b608cc

Analogous Colors of #ccb608

#ccb608 #80cc08 #cc5408

Monochromatic Colors of #ccb608

#ccb608

Complementary Color

#ccb608 #081ecc

#ccb608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb608 Color CSS Codes

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

#ccb608 Text Font Color

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

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


#ccb608 Background Color

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

This div background color is #ccb608


#ccb608 Border Color

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

This div border color is #ccb608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb608


Comments

No comments written yet.

Please login to write comment.