Color Hex Logo

#ccfeb6 Color Hex

#CCFEB6
(204,254,182)
0 Favorites   0 Comments

Color spaces of #ccfeb6

RGB 204254182
HSL0.280.970.85
HSV102°28°100°
CMYK 0.200.000.28   0.00
XYZ68.787187.098457.4422
Yxy87.09840.32240.4083
Hunter Lab93.3265-31.756528.8357
CIE-Lab94.7800-28.589829.3954

#ccfeb6 color RGB value is (204,254,182).

#ccfeb6 hex color red value is 204, green value is 254 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ccfeb6 hue: 0.28 , saturation: 0.97 and the lightness value of ccfeb6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10110110
Octal 314 376 266
Decimal 204 254 182
Hex CC FE B6

RGB Percentages of Color #ccfeb6

%31.88
%39.69
%28.44

CMYK Percentages of Color #ccfeb6

%20
%0
%28
%0

Triadic Colors of #ccfeb6

#ccfeb6 #b6ccfe #feb6cc

Analogous Colors of #ccfeb6

#ccfeb6 #b6fec4 #f0feb6

Monochromatic Colors of #ccfeb6

#ccfeb6

Complementary Color

#ccfeb6 #e8b6fe

#ccfeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfeb6 Color CSS Codes

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

#ccfeb6 Text Font Color

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

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


#ccfeb6 Background Color

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

This div background color is #ccfeb6


#ccfeb6 Border Color

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

This div border color is #ccfeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfeb6


Comments

No comments written yet.

Please login to write comment.