Color Hex Logo

#ccb815 Color Hex

#CCB815
(204,184,21)
0 Favorites   0 Comments

Color spaces of #ccb815

RGB 20418421
HSL0.150.810.44
HSV53°90°80°
CMYK 0.000.100.90   0.20
XYZ42.177747.17257.5917
Yxy47.17250.43510.4866
Hunter Lab68.6822-10.577241.5240
CIE-Lab74.3000-7.849773.3726

#ccb815 color RGB value is (204,184,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00010101
Octal 314 270 25
Decimal 204 184 21
Hex CC B8 15

RGB Percentages of Color #ccb815

%49.88
%44.99
%5.13

CMYK Percentages of Color #ccb815

%0
%10
%90
%20

Triadic Colors of #ccb815

#ccb815 #15ccb8 #b815cc

Analogous Colors of #ccb815

#ccb815 #85cc15 #cc5d15

Monochromatic Colors of #ccb815

#ccb815

Complementary Color

#ccb815 #1529cc

#ccb815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb815 Color CSS Codes

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

#ccb815 Text Font Color

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

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


#ccb815 Background Color

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

This div background color is #ccb815


#ccb815 Border Color

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

This div border color is #ccb815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb815


Comments

No comments written yet.

Please login to write comment.