Color Hex Logo

#c8fffa Color Hex

#C8FFFA
(200,255,250)
1 Favorites   0 Comments

Color spaces of #c8fffa

RGB 200255250
HSL0.481.000.89
HSV175°22°100°
CMYK 0.220.000.02   0.00
XYZ76.834790.7015103.9000
Yxy90.70150.28310.3342
Hunter Lab95.2373-22.65681.9832
CIE-Lab96.2870-18.2205-3.3030

#c8fffa color RGB value is (200,255,250).

#c8fffa hex color red value is 200, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c8fffa hue: 0.48 , saturation: 1.00 and the lightness value of c8fffa is 0.89.

The process color (four color CMYK) of #c8fffa color hex is 0.22, 0.00, 0.02, 0.00. Web safe color of #c8fffa is #ccffff. Color #c8fffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111111 11111010
Octal 310 377 372
Decimal 200 255 250
Hex C8 FF FA

RGB Percentages of Color #c8fffa

%28.37
%36.17
%35.46

CMYK Percentages of Color #c8fffa

%22
%0
%2
%0

Triadic Colors of #c8fffa

#c8fffa #fac8ff #fffac8

Analogous Colors of #c8fffa

#c8fffa #c8e9ff #c8ffdf

Monochromatic Colors of #c8fffa

#c8fffa

Complementary Color

#c8fffa #ffc8cd

#c8fffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fffa Color CSS Codes

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

#c8fffa Text Font Color

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

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


#c8fffa Background Color

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

This div background color is #c8fffa


#c8fffa Border Color

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

This div border color is #c8fffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,255,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fffa

Related Colors


Comments

No comments written yet.

Please login to write comment.