Color Hex Logo

#c4ecfe Color Hex

#C4ECFE
(196,236,254)
0 Favorites   0 Comments

Color spaces of #c4ecfe

RGB 196236254
HSL0.550.970.88
HSV199°23°100°
CMYK 0.230.070.00   0.00
XYZ70.649878.8824105.2681
Yxy78.88240.27730.3096
Hunter Lab88.8158-13.4371-8.1019
CIE-Lab91.1811-9.0610-12.9668

#c4ecfe color RGB value is (196,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101100 11111110
Octal 304 354 376
Decimal 196 236 254
Hex C4 EC FE

RGB Percentages of Color #c4ecfe

%28.57
%34.40
%37.03

CMYK Percentages of Color #c4ecfe

%23
%7
%0
%0

Triadic Colors of #c4ecfe

#c4ecfe #fec4ec #ecfec4

Analogous Colors of #c4ecfe

#c4ecfe #c4cffe #c4fef3

Monochromatic Colors of #c4ecfe

#c4ecfe

Complementary Color

#c4ecfe #fed6c4

#c4ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ecfe Color CSS Codes

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

#c4ecfe Text Font Color

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

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


#c4ecfe Background Color

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

This div background color is #c4ecfe


#c4ecfe Border Color

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

This div border color is #c4ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ecfe


Comments

No comments written yet.

Please login to write comment.