Color Hex Logo

#ccb019 Color Hex

#CCB019
(204,176,25)
0 Favorites   0 Comments

Color spaces of #ccb019

RGB 20417625
HSL0.140.780.45
HSV51°88°80°
CMYK 0.000.140.88   0.20
XYZ40.602643.95827.2645
Yxy43.95820.44220.4787
Hunter Lab66.3010-6.713639.9144
CIE-Lab72.2005-3.608270.9529

#ccb019 color RGB value is (204,176,25).

#ccb019 hex color red value is 204, green value is 176 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ccb019 hue: 0.14 , saturation: 0.78 and the lightness value of ccb019 is 0.45.

The process color (four color CMYK) of #ccb019 color hex is 0.00, 0.14, 0.88, 0.20. Web safe color of #ccb019 is #cc9900. Color #ccb019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 00011001
Octal 314 260 31
Decimal 204 176 25
Hex CC B0 19

RGB Percentages of Color #ccb019

%50.37
%43.46
%6.17

CMYK Percentages of Color #ccb019

%0
%14
%88
%20

Triadic Colors of #ccb019

#ccb019 #19ccb0 #b019cc

Analogous Colors of #ccb019

#ccb019 #8fcc19 #cc5719

Monochromatic Colors of #ccb019

#ccb019

Complementary Color

#ccb019 #1935cc

#ccb019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb019 Color CSS Codes

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

#ccb019 Text Font Color

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

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


#ccb019 Background Color

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

This div background color is #ccb019


#ccb019 Border Color

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

This div border color is #ccb019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb019


Comments

No comments written yet.

Please login to write comment.