Color Hex Logo

#c6eafa Color Hex

#C6EAFA
(198,234,250)
0 Favorites   0 Comments

Color spaces of #c6eafa

RGB 198234250
HSL0.550.840.88
HSV198°21°98°
CMYK 0.210.060.00   0.02
XYZ69.966877.7535101.7628
Yxy77.75350.28040.3117
Hunter Lab88.1779-12.6765-6.6998
CIE-Lab90.6673-8.3108-11.6327

#c6eafa color RGB value is (198,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 11111010
Octal 306 352 372
Decimal 198 234 250
Hex C6 EA FA

RGB Percentages of Color #c6eafa

%29.03
%34.31
%36.66

CMYK Percentages of Color #c6eafa

%21
%6
%0
%2

Triadic Colors of #c6eafa

#c6eafa #fac6ea #eafac6

Analogous Colors of #c6eafa

#c6eafa #c6d0fa #c6faf0

Monochromatic Colors of #c6eafa

#c6eafa

Complementary Color

#c6eafa #fad6c6

#c6eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eafa Color CSS Codes

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

#c6eafa Text Font Color

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

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


#c6eafa Background Color

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

This div background color is #c6eafa


#c6eafa Border Color

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

This div border color is #c6eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eafa


Comments

No comments written yet.

Please login to write comment.