Color Hex Logo

#ccfa7d Color Hex

#CCFA7D
(204,250,125)
0 Favorites   0 Comments

Color spaces of #ccfa7d

RGB 204250125
HSL0.230.930.74
HSV82°50°98°
CMYK 0.180.000.50   0.02
XYZ62.789182.689332.0533
Yxy82.68930.35370.4658
Hunter Lab90.9337-35.880842.7544
CIE-Lab92.8782-33.839154.6754

#ccfa7d color RGB value is (204,250,125).

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

The process color (four color CMYK) of #ccfa7d color hex is 0.18, 0.00, 0.50, 0.02. Web safe color of #ccfa7d is #ccff66. Color #ccfa7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 01111101
Octal 314 372 175
Decimal 204 250 125
Hex CC FA 7D

RGB Percentages of Color #ccfa7d

%35.23
%43.18
%21.59

CMYK Percentages of Color #ccfa7d

%18
%0
%50
%2

Triadic Colors of #ccfa7d

#ccfa7d #7dccfa #fa7dcc

Analogous Colors of #ccfa7d

#ccfa7d #8efa7d #faea7d

Monochromatic Colors of #ccfa7d

#ccfa7d

Complementary Color

#ccfa7d #ab7dfa

#ccfa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa7d Color CSS Codes

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

#ccfa7d Text Font Color

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

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


#ccfa7d Background Color

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

This div background color is #ccfa7d


#ccfa7d Border Color

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

This div border color is #ccfa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa7d

Related Colors


Comments

No comments written yet.

Please login to write comment.