Color Hex Logo

#c6ecfa Color Hex

#C6ECFA
(198,236,250)
0 Favorites   0 Comments

Color spaces of #c6ecfa

RGB 198236250
HSL0.540.840.88
HSV196°21°98°
CMYK 0.210.060.00   0.02
XYZ70.539578.8988101.9536
Yxy78.89880.28060.3138
Hunter Lab88.8250-13.6897-5.8757
CIE-Lab91.1885-9.3289-10.8562

#c6ecfa color RGB value is (198,236,250).

#c6ecfa hex color red value is 198, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c6ecfa hue: 0.54 , saturation: 0.84 and the lightness value of c6ecfa is 0.88.

The process color (four color CMYK) of #c6ecfa color hex is 0.21, 0.06, 0.00, 0.02. Web safe color of #c6ecfa is #ccffff. Color #c6ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101100 11111010
Octal 306 354 372
Decimal 198 236 250
Hex C6 EC FA

RGB Percentages of Color #c6ecfa

%28.95
%34.50
%36.55

CMYK Percentages of Color #c6ecfa

%21
%6
%0
%2

Triadic Colors of #c6ecfa

#c6ecfa #fac6ec #ecfac6

Analogous Colors of #c6ecfa

#c6ecfa #c6d2fa #c6faee

Monochromatic Colors of #c6ecfa

#c6ecfa

Complementary Color

#c6ecfa #fad4c6

#c6ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ecfa Color CSS Codes

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

#c6ecfa Text Font Color

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

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


#c6ecfa Background Color

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

This div background color is #c6ecfa


#c6ecfa Border Color

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

This div border color is #c6ecfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,236,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ecfa


Comments

No comments written yet.

Please login to write comment.