Color Hex Logo

#ccc025 Color Hex

#CCC025
(204,192,37)
0 Favorites   0 Comments

Color spaces of #ccc025

RGB 20419237
HSL0.150.690.47
HSV56°82°80°
CMYK 0.000.060.82   0.20
XYZ44.085450.67029.2070
Yxy50.67020.42410.4874
Hunter Lab71.1830-14.020842.1594
CIE-Lab76.4788-11.575971.6621

#ccc025 color RGB value is (204,192,37).

#ccc025 hex color red value is 204, green value is 192 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ccc025 hue: 0.15 , saturation: 0.69 and the lightness value of ccc025 is 0.47.

The process color (four color CMYK) of #ccc025 color hex is 0.00, 0.06, 0.82, 0.20. Web safe color of #ccc025 is #cccc33. Color #ccc025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00100101
Octal 314 300 45
Decimal 204 192 37
Hex CC C0 25

RGB Percentages of Color #ccc025

%47.11
%44.34
%8.55

CMYK Percentages of Color #ccc025

%0
%6
%82
%20

Triadic Colors of #ccc025

#ccc025 #25ccc0 #c025cc

Analogous Colors of #ccc025

#ccc025 #85cc25 #cc6d25

Monochromatic Colors of #ccc025

#ccc025

Complementary Color

#ccc025 #2531cc

#ccc025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc025 Color CSS Codes

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

#ccc025 Text Font Color

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

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


#ccc025 Background Color

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

This div background color is #ccc025


#ccc025 Border Color

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

This div border color is #ccc025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc025


Comments

No comments written yet.

Please login to write comment.