Color Hex Logo

#ccfa8d Color Hex

#CCFA8D
(204,250,141)
0 Favorites   0 Comments

Color spaces of #ccfa8d

RGB 204250141
HSL0.240.920.77
HSV85°44°98°
CMYK 0.180.000.44   0.02
XYZ63.895283.131737.8777
Yxy83.13170.34560.4496
Hunter Lab91.1766-34.468939.1926
CIE-Lab93.0721-32.132347.3951

#ccfa8d color RGB value is (204,250,141).

#ccfa8d hex color red value is 204, green value is 250 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ccfa8d hue: 0.24 , saturation: 0.92 and the lightness value of ccfa8d is 0.77.

The process color (four color CMYK) of #ccfa8d color hex is 0.18, 0.00, 0.44, 0.02. Web safe color of #ccfa8d is #ccff99. Color #ccfa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10001101
Octal 314 372 215
Decimal 204 250 141
Hex CC FA 8D

RGB Percentages of Color #ccfa8d

%34.29
%42.02
%23.70

CMYK Percentages of Color #ccfa8d

%18
%0
%44
%2

Triadic Colors of #ccfa8d

#ccfa8d #8dccfa #fa8dcc

Analogous Colors of #ccfa8d

#ccfa8d #96fa8d #faf28d

Monochromatic Colors of #ccfa8d

#ccfa8d

Complementary Color

#ccfa8d #bb8dfa

#ccfa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa8d Color CSS Codes

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

#ccfa8d Text Font Color

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

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


#ccfa8d Background Color

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

This div background color is #ccfa8d


#ccfa8d Border Color

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

This div border color is #ccfa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa8d


Comments

No comments written yet.

Please login to write comment.