Color Hex Logo

#c6fdea Color Hex

#C6FDEA
(198,253,234)
0 Favorites   0 Comments

Color spaces of #c6fdea

RGB 198253234
HSL0.440.930.88
HSV159°22°99°
CMYK 0.220.000.08   0.01
XYZ73.265388.196891.0041
Yxy88.19680.29020.3493
Hunter Lab93.9132-25.09328.2858
CIE-Lab95.2437-21.05103.4071

#c6fdea color RGB value is (198,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111101 11101010
Octal 306 375 352
Decimal 198 253 234
Hex C6 FD EA

RGB Percentages of Color #c6fdea

%28.91
%36.93
%34.16

CMYK Percentages of Color #c6fdea

%22
%0
%8
%1

Triadic Colors of #c6fdea

#c6fdea #eac6fd #fdeac6

Analogous Colors of #c6fdea

#c6fdea #c6f5fd #c6fdcf

Monochromatic Colors of #c6fdea

#c6fdea

Complementary Color

#c6fdea #fdc6d9

#c6fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fdea Color CSS Codes

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

#c6fdea Text Font Color

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

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


#c6fdea Background Color

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

This div background color is #c6fdea


#c6fdea Border Color

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

This div border color is #c6fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fdea


Comments

No comments written yet.

Please login to write comment.