Color Hex Logo

#ccb809 Color Hex

#CCB809
(204,184,9)
0 Favorites   0 Comments

Color spaces of #ccb809

RGB 2041849
HSL0.150.920.42
HSV54°96°80°
CMYK 0.000.100.96   0.20
XYZ42.091647.13817.1385
Yxy47.13810.43680.4891
Hunter Lab68.6572-10.717341.8955
CIE-Lab74.2780-8.014775.0065

#ccb809 color RGB value is (204,184,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00001001
Octal 314 270 11
Decimal 204 184 9
Hex CC B8 9

RGB Percentages of Color #ccb809

%51.39
%46.35
%2.27

CMYK Percentages of Color #ccb809

%0
%10
%96
%20

Triadic Colors of #ccb809

#ccb809 #09ccb8 #b809cc

Analogous Colors of #ccb809

#ccb809 #7fcc09 #cc5709

Monochromatic Colors of #ccb809

#ccb809

Complementary Color

#ccb809 #091dcc

#ccb809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb809 Color CSS Codes

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

#ccb809 Text Font Color

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

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


#ccb809 Background Color

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

This div background color is #ccb809


#ccb809 Border Color

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

This div border color is #ccb809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb809


Comments

No comments written yet.

Please login to write comment.