Color Hex Logo

#ccfc7a Color Hex

#CCFC7A
(204,252,122)
0 Favorites   0 Comments

Color spaces of #ccfc7a

RGB 204252122
HSL0.230.960.73
HSV82°52°99°
CMYK 0.190.000.52   0.01
XYZ63.225183.863331.2673
Yxy83.86330.35450.4702
Hunter Lab91.5769-37.022443.8603
CIE-Lab93.3911-35.044056.6561

#ccfc7a color RGB value is (204,252,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 01111010
Octal 314 374 172
Decimal 204 252 122
Hex CC FC 7A

RGB Percentages of Color #ccfc7a

%35.29
%43.60
%21.11

CMYK Percentages of Color #ccfc7a

%19
%0
%52
%1

Triadic Colors of #ccfc7a

#ccfc7a #7accfc #fc7acc

Analogous Colors of #ccfc7a

#ccfc7a #8bfc7a #fceb7a

Monochromatic Colors of #ccfc7a

#ccfc7a

Complementary Color

#ccfc7a #aa7afc

#ccfc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfc7a Color CSS Codes

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

#ccfc7a Text Font Color

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

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


#ccfc7a Background Color

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

This div background color is #ccfc7a


#ccfc7a Border Color

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

This div border color is #ccfc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfc7a

Related Colors


Comments

No comments written yet.

Please login to write comment.