Color Hex Logo

#c6fae1 Color Hex

#C6FAE1
(198,250,225)
0 Favorites   0 Comments

Color spaces of #c6fae1

RGB 198250225
HSL0.420.840.88
HSV151°21°98°
CMYK 0.210.000.10   0.02
XYZ71.064985.813284.0523
Yxy85.81320.29500.3562
Hunter Lab92.6354-25.176411.0483
CIE-Lab94.2324-21.32826.5881

#c6fae1 color RGB value is (198,250,225).

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

The process color (four color CMYK) of #c6fae1 color hex is 0.21, 0.00, 0.10, 0.02. Web safe color of #c6fae1 is #ccffcc. Color #c6fae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111010 11100001
Octal 306 372 341
Decimal 198 250 225
Hex C6 FA E1

RGB Percentages of Color #c6fae1

%29.42
%37.15
%33.43

CMYK Percentages of Color #c6fae1

%21
%0
%10
%2

Triadic Colors of #c6fae1

#c6fae1 #e1c6fa #fae1c6

Analogous Colors of #c6fae1

#c6fae1 #c6f9fa #c6fac7

Monochromatic Colors of #c6fae1

#c6fae1

Complementary Color

#c6fae1 #fac6df

#c6fae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fae1 Color CSS Codes

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

#c6fae1 Text Font Color

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

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


#c6fae1 Background Color

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

This div background color is #c6fae1


#c6fae1 Border Color

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

This div border color is #c6fae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fae1


Comments

No comments written yet.

Please login to write comment.