Color Hex Logo

#ccffe7 Color Hex

#CCFFE7
(204,255,231)
0 Favorites   0 Comments

Color spaces of #ccffe7

RGB 204255231
HSL0.421.000.90
HSV152°20°100°
CMYK 0.200.000.09   0.00
XYZ75.085690.126989.0401
Yxy90.12690.29530.3545
Hunter Lab94.9352-24.958410.8463
CIE-Lab96.0494-20.75786.1612

#ccffe7 color RGB value is (204,255,231).

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

The process color (four color CMYK) of #ccffe7 color hex is 0.20, 0.00, 0.09, 0.00. Web safe color of #ccffe7 is #ccffff. Color #ccffe7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11100111
Octal 314 377 347
Decimal 204 255 231
Hex CC FF E7

RGB Percentages of Color #ccffe7

%29.57
%36.96
%33.48

CMYK Percentages of Color #ccffe7

%20
%0
%9
%0

Triadic Colors of #ccffe7

#ccffe7 #e7ccff #ffe7cc

Analogous Colors of #ccffe7

#ccffe7 #ccfeff #ccffce

Monochromatic Colors of #ccffe7

#ccffe7

Complementary Color

#ccffe7 #ffcce4

#ccffe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffe7 Color CSS Codes

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

#ccffe7 Text Font Color

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

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


#ccffe7 Background Color

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

This div background color is #ccffe7


#ccffe7 Border Color

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

This div border color is #ccffe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffe7

Related Colors


Comments

No comments written yet.

Please login to write comment.