Color Hex Logo

#c4fcfb Color Hex

#C4FCFB
(196,252,251)
0 Favorites   0 Comments

Color spaces of #c4fcfb

RGB 196252251
HSL0.500.900.88
HSV179°22°99°
CMYK 0.220.000.00   0.01
XYZ74.987988.3216104.3623
Yxy88.32160.28010.3300
Hunter Lab93.9796-22.0361-0.0546
CIE-Lab95.2962-17.7119-5.3029

#c4fcfb color RGB value is (196,252,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111100 11111011
Octal 304 374 373
Decimal 196 252 251
Hex C4 FC FB

RGB Percentages of Color #c4fcfb

%28.04
%36.05
%35.91

CMYK Percentages of Color #c4fcfb

%22
%0
%0
%1

Triadic Colors of #c4fcfb

#c4fcfb #fbc4fc #fcfbc4

Analogous Colors of #c4fcfb

#c4fcfb #c4e1fc #c4fcdf

Monochromatic Colors of #c4fcfb

#c4fcfb

Complementary Color

#c4fcfb #fcc4c5

#c4fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fcfb Color CSS Codes

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

#c4fcfb Text Font Color

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

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


#c4fcfb Background Color

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

This div background color is #c4fcfb


#c4fcfb Border Color

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

This div border color is #c4fcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,252,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.