Color Hex Logo

#ccc119 Color Hex

#CCC119
(204,193,25)
0 Favorites   0 Comments

Color spaces of #ccc119

RGB 20419325
HSL0.160.780.45
HSV56°88°80°
CMYK 0.000.050.88   0.20
XYZ44.147351.04758.4460
Yxy51.04750.42600.4925
Hunter Lab71.4475-14.738443.0044
CIE-Lab76.7078-12.381874.5453

#ccc119 color RGB value is (204,193,25).

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

The process color (four color CMYK) of #ccc119 color hex is 0.00, 0.05, 0.88, 0.20. Web safe color of #ccc119 is #cccc00. Color #ccc119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00011001
Octal 314 301 31
Decimal 204 193 25
Hex CC C1 19

RGB Percentages of Color #ccc119

%48.34
%45.73
%5.92

CMYK Percentages of Color #ccc119

%0
%5
%88
%20

Triadic Colors of #ccc119

#ccc119 #19ccc1 #c119cc

Analogous Colors of #ccc119

#ccc119 #7ecc19 #cc6819

Monochromatic Colors of #ccc119

#ccc119

Complementary Color

#ccc119 #1924cc

#ccc119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc119 Color CSS Codes

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

#ccc119 Text Font Color

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

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


#ccc119 Background Color

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

This div background color is #ccc119


#ccc119 Border Color

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

This div border color is #ccc119


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,193,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 #ccc119">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc119


Comments

No comments written yet.

Please login to write comment.