Color Hex Logo

#c6feee Color Hex

#C6FEEE
(198,254,238)
0 Favorites   0 Comments

Color spaces of #c6feee

RGB 198254238
HSL0.450.970.89
HSV163°22°100°
CMYK 0.220.000.06   0.00
XYZ74.163189.062494.1709
Yxy89.06240.28810.3460
Hunter Lab94.3729-24.87806.8979
CIE-Lab95.6065-20.74951.8721

#c6feee color RGB value is (198,254,238).

#c6feee hex color red value is 198, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c6feee hue: 0.45 , saturation: 0.97 and the lightness value of c6feee is 0.89.

The process color (four color CMYK) of #c6feee color hex is 0.22, 0.00, 0.06, 0.00. Web safe color of #c6feee is #ccffff. Color #c6feee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111110 11101110
Octal 306 376 356
Decimal 198 254 238
Hex C6 FE EE

RGB Percentages of Color #c6feee

%28.70
%36.81
%34.49

CMYK Percentages of Color #c6feee

%22
%0
%6
%0

Triadic Colors of #c6feee

#c6feee #eec6fe #feeec6

Analogous Colors of #c6feee

#c6feee #c6f2fe #c6fed2

Monochromatic Colors of #c6feee

#c6feee

Complementary Color

#c6feee #fec6d6

#c6feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6feee Color CSS Codes

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

#c6feee Text Font Color

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

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


#c6feee Background Color

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

This div background color is #c6feee


#c6feee Border Color

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

This div border color is #c6feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6feee


Comments

No comments written yet.

Please login to write comment.