Color Hex Logo

#ccfcb6 Color Hex

#CCFCB6
(204,252,182)
0 Favorites   0 Comments

Color spaces of #ccfcb6

RGB 204252182
HSL0.280.920.85
HSV101°28°99°
CMYK 0.190.000.28   0.01
XYZ68.155785.835657.2317
Yxy85.83560.32270.4064
Hunter Lab92.6475-30.820428.2277
CIE-Lab94.2420-27.648628.6655

#ccfcb6 color RGB value is (204,252,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 10110110
Octal 314 374 266
Decimal 204 252 182
Hex CC FC B6

RGB Percentages of Color #ccfcb6

%31.97
%39.50
%28.53

CMYK Percentages of Color #ccfcb6

%19
%0
%28
%1

Triadic Colors of #ccfcb6

#ccfcb6 #b6ccfc #fcb6cc

Analogous Colors of #ccfcb6

#ccfcb6 #b6fcc3 #effcb6

Monochromatic Colors of #ccfcb6

#ccfcb6

Complementary Color

#ccfcb6 #e6b6fc

#ccfcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcb6 Color CSS Codes

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

#ccfcb6 Text Font Color

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

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


#ccfcb6 Background Color

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

This div background color is #ccfcb6


#ccfcb6 Border Color

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

This div border color is #ccfcb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,252,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 #ccfcb6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcb6


Comments

No comments written yet.

Please login to write comment.