Color Hex Logo

#ccfc7d Color Hex

#CCFC7D
(204,252,125)
0 Favorites   0 Comments

Color spaces of #ccfc7d

RGB 204252125
HSL0.230.950.74
HSV83°50°99°
CMYK 0.190.000.50   0.01
XYZ63.413983.938832.2616
Yxy83.93880.35310.4673
Hunter Lab91.6181-36.782143.2548
CIE-Lab93.4239-34.751555.3286

#ccfc7d color RGB value is (204,252,125).

#ccfc7d hex color red value is 204, green value is 252 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ccfc7d hue: 0.23 , saturation: 0.95 and the lightness value of ccfc7d is 0.74.

The process color (four color CMYK) of #ccfc7d color hex is 0.19, 0.00, 0.50, 0.01. Web safe color of #ccfc7d is #ccff66. Color #ccfc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 01111101
Octal 314 374 175
Decimal 204 252 125
Hex CC FC 7D

RGB Percentages of Color #ccfc7d

%35.11
%43.37
%21.51

CMYK Percentages of Color #ccfc7d

%19
%0
%50
%1

Triadic Colors of #ccfc7d

#ccfc7d #7dccfc #fc7dcc

Analogous Colors of #ccfc7d

#ccfc7d #8dfc7d #fced7d

Monochromatic Colors of #ccfc7d

#ccfc7d

Complementary Color

#ccfc7d #ad7dfc

#ccfc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfc7d Color CSS Codes

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

#ccfc7d Text Font Color

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

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


#ccfc7d Background Color

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

This div background color is #ccfc7d


#ccfc7d Border Color

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

This div border color is #ccfc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfc7d


Comments

No comments written yet.

Please login to write comment.