Color Hex Logo

#c6faed Color Hex

#C6FAED
(198,250,237)
0 Favorites   0 Comments

Color spaces of #c6faed

RGB 198250237
HSL0.460.840.88
HSV165°21°98°
CMYK 0.210.000.05   0.02
XYZ72.760486.491492.9804
Yxy86.49140.28850.3429
Hunter Lab93.0008-23.09945.8235
CIE-Lab94.5221-18.99580.8088

#c6faed color RGB value is (198,250,237).

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

The process color (four color CMYK) of #c6faed color hex is 0.21, 0.00, 0.05, 0.02. Web safe color of #c6faed is #ccffff. Color #c6faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111010 11101101
Octal 306 372 355
Decimal 198 250 237
Hex C6 FA ED

RGB Percentages of Color #c6faed

%28.91
%36.50
%34.60

CMYK Percentages of Color #c6faed

%21
%0
%5
%2

Triadic Colors of #c6faed

#c6faed #edc6fa #faedc6

Analogous Colors of #c6faed

#c6faed #c6edfa #c6fad3

Monochromatic Colors of #c6faed

#c6faed

Complementary Color

#c6faed #fac6d3

#c6faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6faed Color CSS Codes

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

#c6faed Text Font Color

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

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


#c6faed Background Color

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

This div background color is #c6faed


#c6faed Border Color

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

This div border color is #c6faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6faed


Comments

No comments written yet.

Please login to write comment.