Color Hex Logo

#c6efde Color Hex

#C6EFDE
(198,239,222)
0 Favorites   0 Comments

Color spaces of #c6efde

RGB 198239222
HSL0.430.560.86
HSV155°17°94°
CMYK 0.170.000.07   0.06
XYZ67.340079.012780.8090
Yxy79.01270.29640.3478
Hunter Lab88.8891-20.32918.3219
CIE-Lab91.2400-16.50163.8196

#c6efde color RGB value is (198,239,222).

#c6efde hex color red value is 198, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6efde hue: 0.43 , saturation: 0.56 and the lightness value of c6efde is 0.86.

The process color (four color CMYK) of #c6efde color hex is 0.17, 0.00, 0.07, 0.06. Web safe color of #c6efde is #ccffcc. Color #c6efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101111 11011110
Octal 306 357 336
Decimal 198 239 222
Hex C6 EF DE

RGB Percentages of Color #c6efde

%30.05
%36.27
%33.69

CMYK Percentages of Color #c6efde

%17
%0
%7
%6

Triadic Colors of #c6efde

#c6efde #dec6ef #efdec6

Analogous Colors of #c6efde

#c6efde #c6ecef #c6efca

Monochromatic Colors of #c6efde

#c6efde

Complementary Color

#c6efde #efc6d7

#c6efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6efde Color CSS Codes

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

#c6efde Text Font Color

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

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


#c6efde Background Color

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

This div background color is #c6efde


#c6efde Border Color

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

This div border color is #c6efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6efde


Comments

No comments written yet.

Please login to write comment.