Color Hex Logo

#c8ecfa Color Hex

#C8ECFA
(200,236,250)
0 Favorites   0 Comments

Color spaces of #c8ecfa

RGB 200236250
HSL0.550.830.88
HSV197°20°98°
CMYK 0.200.060.00   0.02
XYZ71.070279.1724101.9785
Yxy79.17240.28180.3139
Hunter Lab88.9789-13.1395-5.6669
CIE-Lab91.3122-8.7299-10.6588

#c8ecfa color RGB value is (200,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101100 11111010
Octal 310 354 372
Decimal 200 236 250
Hex C8 EC FA

RGB Percentages of Color #c8ecfa

%29.15
%34.40
%36.44

CMYK Percentages of Color #c8ecfa

%20
%6
%0
%2

Triadic Colors of #c8ecfa

#c8ecfa #fac8ec #ecfac8

Analogous Colors of #c8ecfa

#c8ecfa #c8d3fa #c8faef

Monochromatic Colors of #c8ecfa

#c8ecfa

Complementary Color

#c8ecfa #fad6c8

#c8ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ecfa Color CSS Codes

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

#c8ecfa Text Font Color

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

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


#c8ecfa Background Color

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

This div background color is #c8ecfa


#c8ecfa Border Color

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

This div border color is #c8ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ecfa

Related Colors


Comments

No comments written yet.

Please login to write comment.