Color Hex Logo

#ccfec4 Color Hex

#CCFEC4
(204,254,196)
0 Favorites   0 Comments

Color spaces of #ccfec4

RGB 204254196
HSL0.310.970.88
HSV112°23°100°
CMYK 0.200.000.23   0.00
XYZ70.307587.706565.4480
Yxy87.70650.31460.3925
Hunter Lab93.6517-29.884624.1217
CIE-Lab95.0372-26.415122.6553

#ccfec4 color RGB value is (204,254,196).

#ccfec4 hex color red value is 204, green value is 254 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ccfec4 hue: 0.31 , saturation: 0.97 and the lightness value of ccfec4 is 0.88.

The process color (four color CMYK) of #ccfec4 color hex is 0.20, 0.00, 0.23, 0.00. Web safe color of #ccfec4 is #ccffcc. Color #ccfec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11000100
Octal 314 376 304
Decimal 204 254 196
Hex CC FE C4

RGB Percentages of Color #ccfec4

%31.19
%38.84
%29.97

CMYK Percentages of Color #ccfec4

%20
%0
%23
%0

Triadic Colors of #ccfec4

#ccfec4 #c4ccfe #fec4cc

Analogous Colors of #ccfec4

#ccfec4 #c4fed9 #e9fec4

Monochromatic Colors of #ccfec4

#ccfec4

Complementary Color

#ccfec4 #f6c4fe

#ccfec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfec4 Color CSS Codes

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

#ccfec4 Text Font Color

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

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


#ccfec4 Background Color

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

This div background color is #ccfec4


#ccfec4 Border Color

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

This div border color is #ccfec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfec4


Comments

No comments written yet.

Please login to write comment.