Color Hex Logo

#c8fcf0 Color Hex

#C8FCF0
(200,252,240)
0 Favorites   0 Comments

Color spaces of #c8fcf0

RGB 200252240
HSL0.460.900.89
HSV166°21°99°
CMYK 0.210.000.05   0.01
XYZ74.358088.191495.5416
Yxy88.19140.28810.3417
Hunter Lab93.9103-23.00705.4173
CIE-Lab95.2415-18.77330.3227

#c8fcf0 color RGB value is (200,252,240).

#c8fcf0 hex color red value is 200, green value is 252 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #c8fcf0 hue: 0.46 , saturation: 0.90 and the lightness value of c8fcf0 is 0.89.

The process color (four color CMYK) of #c8fcf0 color hex is 0.21, 0.00, 0.05, 0.01. Web safe color of #c8fcf0 is #ccffff. Color #c8fcf0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111100 11110000
Octal 310 374 360
Decimal 200 252 240
Hex C8 FC F0

RGB Percentages of Color #c8fcf0

%28.90
%36.42
%34.68

CMYK Percentages of Color #c8fcf0

%21
%0
%5
%1

Triadic Colors of #c8fcf0

#c8fcf0 #f0c8fc #fcf0c8

Analogous Colors of #c8fcf0

#c8fcf0 #c8eefc #c8fcd6

Monochromatic Colors of #c8fcf0

#c8fcf0

Complementary Color

#c8fcf0 #fcc8d4

#c8fcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fcf0 Color CSS Codes

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

#c8fcf0 Text Font Color

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

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


#c8fcf0 Background Color

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

This div background color is #c8fcf0


#c8fcf0 Border Color

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

This div border color is #c8fcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fcf0


Comments

No comments written yet.

Please login to write comment.