Color Hex Logo

#6feedc Color Hex

#6FEEDC
(111,238,220)
0 Favorites   0 Comments

Color spaces of #6feedc

RGB 111238220
HSL0.480.790.68
HSV171°53°93°
CMYK 0.530.000.08   0.07
XYZ50.048369.695978.5250
Yxy69.69590.25240.3515
Hunter Lab83.4841-39.08722.6708
CIE-Lab86.8475-39.5510-2.0314

#6feedc color RGB value is (111,238,220).

#6feedc hex color red value is 111, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6feedc hue: 0.48 , saturation: 0.79 and the lightness value of 6feedc is 0.68.

The process color (four color CMYK) of #6feedc color hex is 0.53, 0.00, 0.08, 0.07. Web safe color of #6feedc is #66ffcc. Color #6feedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101110 11011100
Octal 157 356 334
Decimal 111 238 220
Hex 6F EE DC

RGB Percentages of Color #6feedc

%19.51
%41.83
%38.66

CMYK Percentages of Color #6feedc

%53
%0
%8
%7

Triadic Colors of #6feedc

#6feedc #dc6fee #eedc6f

Analogous Colors of #6feedc

#6feedc #6fc1ee #6fee9d

Monochromatic Colors of #6feedc

#6feedc

Complementary Color

#6feedc #ee6f81

#6feedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feedc Color CSS Codes

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

#6feedc Text Font Color

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

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


#6feedc Background Color

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

This div background color is #6feedc


#6feedc Border Color

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

This div border color is #6feedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,238,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6feedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6feedc;
  -webkit-box-shadow: 1px 1px 3px 2px #6feedc;
  box-shadow:         1px 1px 3px 2px #6feedc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feedc


Comments

No comments written yet.

Please login to write comment.