Color Hex Logo

#ccfef0 Color Hex

#CCFEF0
(204,254,240)
0 Favorites   0 Comments

Color spaces of #ccfef0

RGB 204254240
HSL0.450.960.90
HSV163°20°100°
CMYK 0.200.000.06   0.00
XYZ76.071890.012395.8028
Yxy90.01230.29050.3437
Hunter Lab94.8748-22.90746.5424
CIE-Lab96.0019-18.53821.4594

#ccfef0 color RGB value is (204,254,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11110000
Octal 314 376 360
Decimal 204 254 240
Hex CC FE F0

RGB Percentages of Color #ccfef0

%29.23
%36.39
%34.38

CMYK Percentages of Color #ccfef0

%20
%0
%6
%0

Triadic Colors of #ccfef0

#ccfef0 #f0ccfe #fef0cc

Analogous Colors of #ccfef0

#ccfef0 #ccf3fe #ccfed7

Monochromatic Colors of #ccfef0

#ccfef0

Complementary Color

#ccfef0 #feccda

#ccfef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfef0 Color CSS Codes

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

#ccfef0 Text Font Color

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

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


#ccfef0 Background Color

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

This div background color is #ccfef0


#ccfef0 Border Color

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

This div border color is #ccfef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfef0

Related Colors


Comments

No comments written yet.

Please login to write comment.