Color Hex Logo

#c7ecfe Color Hex

#C7ECFE
(199,236,254)
0 Favorites   0 Comments

Color spaces of #c7ecfe

RGB 199236254
HSL0.550.960.89
HSV200°22°100°
CMYK 0.220.070.00   0.00
XYZ71.438079.2888105.3050
Yxy79.28880.27900.3097
Hunter Lab89.0443-12.6213-7.7862
CIE-Lab91.3648-8.1749-12.6731

#c7ecfe color RGB value is (199,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101100 11111110
Octal 307 354 376
Decimal 199 236 254
Hex C7 EC FE

RGB Percentages of Color #c7ecfe

%28.88
%34.25
%36.87

CMYK Percentages of Color #c7ecfe

%22
%7
%0
%0

Triadic Colors of #c7ecfe

#c7ecfe #fec7ec #ecfec7

Analogous Colors of #c7ecfe

#c7ecfe #c7d1fe #c7fef5

Monochromatic Colors of #c7ecfe

#c7ecfe

Complementary Color

#c7ecfe #fed9c7

#c7ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ecfe Color CSS Codes

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

#c7ecfe Text Font Color

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

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


#c7ecfe Background Color

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

This div background color is #c7ecfe


#c7ecfe Border Color

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

This div border color is #c7ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ecfe


Comments

No comments written yet.

Please login to write comment.