Color Hex Logo

#ccfde4 Color Hex

#CCFDE4
(204,253,228)
0 Favorites   0 Comments

Color spaces of #ccfde4

RGB 204253228
HSL0.410.920.90
HSV149°19°99°
CMYK 0.190.000.10   0.01
XYZ74.030788.689486.6157
Yxy88.68940.29690.3557
Hunter Lab94.1750-24.488111.3917
CIE-Lab95.4505-20.35116.8417

#ccfde4 color RGB value is (204,253,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 11100100
Octal 314 375 344
Decimal 204 253 228
Hex CC FD E4

RGB Percentages of Color #ccfde4

%29.78
%36.93
%33.28

CMYK Percentages of Color #ccfde4

%19
%0
%10
%1

Triadic Colors of #ccfde4

#ccfde4 #e4ccfd #fde4cc

Analogous Colors of #ccfde4

#ccfde4 #ccfdfd #cdfdcc

Monochromatic Colors of #ccfde4

#ccfde4

Complementary Color

#ccfde4 #fdcce5

#ccfde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfde4 Color CSS Codes

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

#ccfde4 Text Font Color

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

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


#ccfde4 Background Color

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

This div background color is #ccfde4


#ccfde4 Border Color

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

This div border color is #ccfde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfde4

Related Colors


Comments

No comments written yet.

Please login to write comment.