Color Hex Logo

#c4fbfe Color Hex

#C4FBFE
(196,251,254)
0 Favorites   0 Comments

Color spaces of #c4fbfe

RGB 196251254
HSL0.510.970.88
HSV183°23°100°
CMYK 0.230.010.00   0.00
XYZ75.151587.8859106.7687
Yxy87.88590.27850.3257
Hunter Lab93.7475-20.9658-1.9020
CIE-Lab95.1129-16.5860-7.1231

#c4fbfe color RGB value is (196,251,254).

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

The process color (four color CMYK) of #c4fbfe color hex is 0.23, 0.01, 0.00, 0.00. Web safe color of #c4fbfe is #ccffff. Color #c4fbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111011 11111110
Octal 304 373 376
Decimal 196 251 254
Hex C4 FB FE

RGB Percentages of Color #c4fbfe

%27.96
%35.81
%36.23

CMYK Percentages of Color #c4fbfe

%23
%1
%0
%0

Triadic Colors of #c4fbfe

#c4fbfe #fec4fb #fbfec4

Analogous Colors of #c4fbfe

#c4fbfe #c4defe #c4fee4

Monochromatic Colors of #c4fbfe

#c4fbfe

Complementary Color

#c4fbfe #fec7c4

#c4fbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fbfe Color CSS Codes

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

#c4fbfe Text Font Color

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

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


#c4fbfe Background Color

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

This div background color is #c4fbfe


#c4fbfe Border Color

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

This div border color is #c4fbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.