Color Hex Logo

#ccfece Color Hex

#CCFECE
(204,254,206)
0 Favorites   0 Comments

Color spaces of #ccfece

RGB 204254206
HSL0.340.960.90
HSV122°20°100°
CMYK 0.200.000.19   0.00
XYZ71.484288.177271.6448
Yxy88.17720.30900.3812
Hunter Lab93.9027-28.445220.4955
CIE-Lab95.2355-24.761017.8298

#ccfece color RGB value is (204,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11001110
Octal 314 376 316
Decimal 204 254 206
Hex CC FE CE

RGB Percentages of Color #ccfece

%30.72
%38.25
%31.02

CMYK Percentages of Color #ccfece

%20
%0
%19
%0

Triadic Colors of #ccfece

#ccfece #ceccfe #fececc

Analogous Colors of #ccfece

#ccfece #ccfee7 #e3fecc

Monochromatic Colors of #ccfece

#ccfece

Complementary Color

#ccfece #feccfc

#ccfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfece Color CSS Codes

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

#ccfece Text Font Color

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

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


#ccfece Background Color

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

This div background color is #ccfece


#ccfece Border Color

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

This div border color is #ccfece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfece

Related Colors


Comments

No comments written yet.

Please login to write comment.