Color Hex Logo

#ccffe1 Color Hex

#CCFFE1
(204,255,225)
0 Favorites   0 Comments

Color spaces of #ccffe1

RGB 204255225
HSL0.401.000.90
HSV145°20°100°
CMYK 0.200.000.12   0.00
XYZ74.252489.793684.6525
Yxy89.79360.29860.3611
Hunter Lab94.7595-25.958613.3655
CIE-Lab95.9111-21.87789.0467

#ccffe1 color RGB value is (204,255,225).

#ccffe1 hex color red value is 204, green value is 255 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ccffe1 hue: 0.40 , saturation: 1.00 and the lightness value of ccffe1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11100001
Octal 314 377 341
Decimal 204 255 225
Hex CC FF E1

RGB Percentages of Color #ccffe1

%29.82
%37.28
%32.89

CMYK Percentages of Color #ccffe1

%20
%0
%12
%0

Triadic Colors of #ccffe1

#ccffe1 #e1ccff #ffe1cc

Analogous Colors of #ccffe1

#ccffe1 #ccfffb #d1ffcc

Monochromatic Colors of #ccffe1

#ccffe1

Complementary Color

#ccffe1 #ffccea

#ccffe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffe1 Color CSS Codes

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

#ccffe1 Text Font Color

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

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


#ccffe1 Background Color

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

This div background color is #ccffe1


#ccffe1 Border Color

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

This div border color is #ccffe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffe1


Comments

No comments written yet.

Please login to write comment.