Color Hex Logo

#ccc740 Color Hex

#CCC740
(204,199,64)
0 Favorites   0 Comments

Color spaces of #ccc740

RGB 20419964
HSL0.160.580.53
HSV58°69°80°
CMYK 0.000.020.69   0.20
XYZ46.250754.054412.8464
Yxy54.05440.40880.4777
Hunter Lab73.5217-16.373041.1055
CIE-Lab78.4934-14.024164.8269

#ccc740 color RGB value is (204,199,64).

#ccc740 hex color red value is 204, green value is 199 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ccc740 hue: 0.16 , saturation: 0.58 and the lightness value of ccc740 is 0.53.

The process color (four color CMYK) of #ccc740 color hex is 0.00, 0.02, 0.69, 0.20. Web safe color of #ccc740 is #cccc33. Color #ccc740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01000000
Octal 314 307 100
Decimal 204 199 64
Hex CC C7 40

RGB Percentages of Color #ccc740

%43.68
%42.61
%13.70

CMYK Percentages of Color #ccc740

%0
%2
%69
%20

Triadic Colors of #ccc740

#ccc740 #40ccc7 #c740cc

Analogous Colors of #ccc740

#ccc740 #8bcc40 #cc8140

Monochromatic Colors of #ccc740

#ccc740

Complementary Color

#ccc740 #4045cc

#ccc740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc740 Color CSS Codes

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

#ccc740 Text Font Color

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

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


#ccc740 Background Color

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

This div background color is #ccc740


#ccc740 Border Color

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

This div border color is #ccc740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc740


Comments

No comments written yet.

Please login to write comment.