Color Hex Logo

#c3fffa Color Hex

#C3FFFA
(195,255,250)
0 Favorites   0 Comments

Color spaces of #c3fffa

RGB 195255250
HSL0.491.000.88
HSV175°24°100°
CMYK 0.240.000.02   0.00
XYZ75.521090.0242103.8385
Yxy90.02420.28030.3342
Hunter Lab94.8811-23.96411.5294
CIE-Lab96.0068-19.6826-3.7472

#c3fffa color RGB value is (195,255,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111111 11111010
Octal 303 377 372
Decimal 195 255 250
Hex C3 FF FA

RGB Percentages of Color #c3fffa

%27.86
%36.43
%35.71

CMYK Percentages of Color #c3fffa

%24
%0
%2
%0

Triadic Colors of #c3fffa

#c3fffa #fac3ff #fffac3

Analogous Colors of #c3fffa

#c3fffa #c3e6ff #c3ffdc

Monochromatic Colors of #c3fffa

#c3fffa

Complementary Color

#c3fffa #ffc3c8

#c3fffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fffa Color CSS Codes

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

#c3fffa Text Font Color

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

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


#c3fffa Background Color

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

This div background color is #c3fffa


#c3fffa Border Color

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

This div border color is #c3fffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fffa

Related Colors

#c3fffa Color Palettes


Comments

No comments written yet.

Please login to write comment.