Color Hex Logo

#ccfea5 Color Hex

#CCFEA5
(204,254,165)
0 Favorites   0 Comments

Color spaces of #ccfea5

RGB 204254165
HSL0.260.980.82
HSV94°35°100°
CMYK 0.200.000.35   0.00
XYZ67.135286.437648.7430
Yxy86.43760.33180.4272
Hunter Lab92.9718-33.805433.9959
CIE-Lab94.4991-31.001837.5195

#ccfea5 color RGB value is (204,254,165).

#ccfea5 hex color red value is 204, green value is 254 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ccfea5 hue: 0.26 , saturation: 0.98 and the lightness value of ccfea5 is 0.82.

The process color (four color CMYK) of #ccfea5 color hex is 0.20, 0.00, 0.35, 0.00. Web safe color of #ccfea5 is #ccff99. Color #ccfea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10100101
Octal 314 376 245
Decimal 204 254 165
Hex CC FE A5

RGB Percentages of Color #ccfea5

%32.74
%40.77
%26.48

CMYK Percentages of Color #ccfea5

%20
%0
%35
%0

Triadic Colors of #ccfea5

#ccfea5 #a5ccfe #fea5cc

Analogous Colors of #ccfea5

#ccfea5 #a5feab #f9fea5

Monochromatic Colors of #ccfea5

#ccfea5

Complementary Color

#ccfea5 #d7a5fe

#ccfea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfea5 Color CSS Codes

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

#ccfea5 Text Font Color

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

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


#ccfea5 Background Color

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

This div background color is #ccfea5


#ccfea5 Border Color

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

This div border color is #ccfea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfea5


Comments

No comments written yet.

Please login to write comment.