Color Hex Logo

#ccd740 Color Hex

#CCD740
(204,215,64)
0 Favorites   0 Comments

Color spaces of #ccd740

RGB 20421564
HSL0.180.650.55
HSV64°70°84°
CMYK 0.050.000.70   0.16
XYZ50.127761.808414.1387
Yxy61.80840.39760.4903
Hunter Lab78.6183-23.769044.3701
CIE-Lab82.8114-21.940769.0870

#ccd740 color RGB value is (204,215,64).

#ccd740 hex color red value is 204, green value is 215 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ccd740 hue: 0.18 , saturation: 0.65 and the lightness value of ccd740 is 0.55.

The process color (four color CMYK) of #ccd740 color hex is 0.05, 0.00, 0.70, 0.16. Web safe color of #ccd740 is #cccc33. Color #ccd740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01000000
Octal 314 327 100
Decimal 204 215 64
Hex CC D7 40

RGB Percentages of Color #ccd740

%42.24
%44.51
%13.25

CMYK Percentages of Color #ccd740

%5
%0
%70
%16

Triadic Colors of #ccd740

#ccd740 #40ccd7 #d740cc

Analogous Colors of #ccd740

#ccd740 #81d740 #d79740

Monochromatic Colors of #ccd740

#ccd740

Complementary Color

#ccd740 #4b40d7

#ccd740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd740 Color CSS Codes

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

#ccd740 Text Font Color

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

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


#ccd740 Background Color

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

This div background color is #ccd740


#ccd740 Border Color

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

This div border color is #ccd740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd740


Comments

No comments written yet.

Please login to write comment.