Color Hex Logo

#ccd984 Color Hex

#CCD984
(204,217,132)
0 Favorites   0 Comments

Color spaces of #ccd984

RGB 204217132
HSL0.190.530.68
HSV69°39°85°
CMYK 0.060.000.39   0.15
XYZ53.879664.129031.3682
Yxy64.12900.36070.4293
Hunter Lab80.0806-20.043132.8320
CIE-Lab84.0329-17.368540.3795

#ccd984 color RGB value is (204,217,132).

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

The process color (four color CMYK) of #ccd984 color hex is 0.06, 0.00, 0.39, 0.15. Web safe color of #ccd984 is #cccc99. Color #ccd984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 10000100
Octal 314 331 204
Decimal 204 217 132
Hex CC D9 84

RGB Percentages of Color #ccd984

%36.89
%39.24
%23.87

CMYK Percentages of Color #ccd984

%6
%0
%39
%15

Triadic Colors of #ccd984

#ccd984 #84ccd9 #d984cc

Analogous Colors of #ccd984

#ccd984 #a2d984 #d9bc84

Monochromatic Colors of #ccd984

#ccd984

Complementary Color

#ccd984 #9184d9

#ccd984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd984 Color CSS Codes

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

#ccd984 Text Font Color

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

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


#ccd984 Background Color

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

This div background color is #ccd984


#ccd984 Border Color

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

This div border color is #ccd984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd984


Comments

No comments written yet.

Please login to write comment.