Color Hex Logo

#c4eefb Color Hex

#C4EEFB
(196,238,251)
0 Favorites   0 Comments

Color spaces of #c4eefb

RGB 196238251
HSL0.540.870.88
HSV194°22°98°
CMYK 0.220.050.00   0.02
XYZ70.752179.8499102.9503
Yxy79.84990.27900.3149
Hunter Lab89.3588-15.0459-5.7569
CIE-Lab91.6175-10.7236-10.7521

#c4eefb color RGB value is (196,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101110 11111011
Octal 304 356 373
Decimal 196 238 251
Hex C4 EE FB

RGB Percentages of Color #c4eefb

%28.61
%34.74
%36.64

CMYK Percentages of Color #c4eefb

%22
%5
%0
%2

Triadic Colors of #c4eefb

#c4eefb #fbc4ee #eefbc4

Analogous Colors of #c4eefb

#c4eefb #c4d3fb #c4fbed

Monochromatic Colors of #c4eefb

#c4eefb

Complementary Color

#c4eefb #fbd1c4

#c4eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eefb Color CSS Codes

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

#c4eefb Text Font Color

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

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


#c4eefb Background Color

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

This div background color is #c4eefb


#c4eefb Border Color

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

This div border color is #c4eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eefb


Comments

No comments written yet.

Please login to write comment.