Color Hex Logo

#c4fcfa Color Hex

#C4FCFA
(196,252,250)
0 Favorites   0 Comments

Color spaces of #c4fcfa

RGB 196252250
HSL0.490.900.88
HSV178°22°99°
CMYK 0.220.000.01   0.01
XYZ74.830788.2587103.5341
Yxy88.25870.28070.3310
Hunter Lab93.9461-22.22540.4212
CIE-Lab95.2698-17.9210-4.8254

#c4fcfa color RGB value is (196,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111100 11111010
Octal 304 374 372
Decimal 196 252 250
Hex C4 FC FA

RGB Percentages of Color #c4fcfa

%28.08
%36.10
%35.82

CMYK Percentages of Color #c4fcfa

%22
%0
%1
%1

Triadic Colors of #c4fcfa

#c4fcfa #fac4fc #fcfac4

Analogous Colors of #c4fcfa

#c4fcfa #c4e2fc #c4fcde

Monochromatic Colors of #c4fcfa

#c4fcfa

Complementary Color

#c4fcfa #fcc4c6

#c4fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fcfa Color CSS Codes

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

#c4fcfa Text Font Color

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

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


#c4fcfa Background Color

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

This div background color is #c4fcfa


#c4fcfa Border Color

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

This div border color is #c4fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fcfa


Comments

No comments written yet.

Please login to write comment.