Color Hex Logo

#ccfee4 Color Hex

#CCFEE4
(204,254,228)
0 Favorites   0 Comments

Color spaces of #ccfee4

RGB 204254228
HSL0.410.960.90
HSV149°20°100°
CMYK 0.200.000.10   0.00
XYZ74.347289.322486.7212
Yxy89.32240.29690.3567
Hunter Lab94.5105-24.975511.7539
CIE-Lab95.7150-20.83667.2226

#ccfee4 color RGB value is (204,254,228).

#ccfee4 hex color red value is 204, green value is 254 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ccfee4 hue: 0.41 , saturation: 0.96 and the lightness value of ccfee4 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11100100
Octal 314 376 344
Decimal 204 254 228
Hex CC FE E4

RGB Percentages of Color #ccfee4

%29.74
%37.03
%33.24

CMYK Percentages of Color #ccfee4

%20
%0
%10
%0

Triadic Colors of #ccfee4

#ccfee4 #e4ccfe #fee4cc

Analogous Colors of #ccfee4

#ccfee4 #ccfefd #cdfecc

Monochromatic Colors of #ccfee4

#ccfee4

Complementary Color

#ccfee4 #fecce6

#ccfee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfee4 Color CSS Codes

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

#ccfee4 Text Font Color

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

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


#ccfee4 Background Color

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

This div background color is #ccfee4


#ccfee4 Border Color

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

This div border color is #ccfee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfee4

Related Colors


Comments

No comments written yet.

Please login to write comment.