Color Hex Logo

#c6faee Color Hex

#C6FAEE
(198,250,238)
0 Favorites   0 Comments

Color spaces of #c6faee

RGB 198250238
HSL0.460.840.88
HSV166°21°98°
CMYK 0.210.000.05   0.02
XYZ72.906986.550093.7521
Yxy86.55000.28790.3418
Hunter Lab93.0323-22.92075.3738
CIE-Lab94.5470-18.79660.3283

#c6faee color RGB value is (198,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111010 11101110
Octal 306 372 356
Decimal 198 250 238
Hex C6 FA EE

RGB Percentages of Color #c6faee

%28.86
%36.44
%34.69

CMYK Percentages of Color #c6faee

%21
%0
%5
%2

Triadic Colors of #c6faee

#c6faee #eec6fa #faeec6

Analogous Colors of #c6faee

#c6faee #c6ecfa #c6fad4

Monochromatic Colors of #c6faee

#c6faee

Complementary Color

#c6faee #fac6d2

#c6faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6faee Color CSS Codes

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

#c6faee Text Font Color

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

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


#c6faee Background Color

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

This div background color is #c6faee


#c6faee Border Color

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

This div border color is #c6faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6faee

Related Colors


Comments

No comments written yet.

Please login to write comment.