Color Hex Logo

#ccd974 Color Hex

#CCD974
(204,217,116)
0 Favorites   0 Comments

Color spaces of #ccd974

RGB 204217116
HSL0.190.570.65
HSV68°47°85°
CMYK 0.060.000.47   0.15
XYZ52.867163.724026.0366
Yxy63.72400.37070.4468
Hunter Lab79.8273-21.482936.5410
CIE-Lab83.8219-19.067347.9687

#ccd974 color RGB value is (204,217,116).

#ccd974 hex color red value is 204, green value is 217 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ccd974 hue: 0.19 , saturation: 0.57 and the lightness value of ccd974 is 0.65.

The process color (four color CMYK) of #ccd974 color hex is 0.06, 0.00, 0.47, 0.15. Web safe color of #ccd974 is #cccc66. Color #ccd974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 01110100
Octal 314 331 164
Decimal 204 217 116
Hex CC D9 74

RGB Percentages of Color #ccd974

%37.99
%40.41
%21.60

CMYK Percentages of Color #ccd974

%6
%0
%47
%15

Triadic Colors of #ccd974

#ccd974 #74ccd9 #d974cc

Analogous Colors of #ccd974

#ccd974 #9ad974 #d9b474

Monochromatic Colors of #ccd974

#ccd974

Complementary Color

#ccd974 #8174d9

#ccd974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd974 Color CSS Codes

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

#ccd974 Text Font Color

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

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


#ccd974 Background Color

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

This div background color is #ccd974


#ccd974 Border Color

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

This div border color is #ccd974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd974


Comments

No comments written yet.

Please login to write comment.