Color Hex Logo

#6feded Color Hex

#6FEDED
(111,237,237)
0 Favorites   0 Comments

Color spaces of #6feded

RGB 111237237
HSL0.500.780.68
HSV180°53°93°
CMYK 0.530.000.00   0.07
XYZ52.125870.062390.8968
Yxy70.06230.24460.3288
Hunter Lab83.7032-35.3206-5.7932
CIE-Lab87.0274-34.8154-10.6850

#6feded color RGB value is (111,237,237).

#6feded hex color red value is 111, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6feded hue: 0.50 , saturation: 0.78 and the lightness value of 6feded is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 11101101
Octal 157 355 355
Decimal 111 237 237
Hex 6F ED ED

RGB Percentages of Color #6feded

%18.97
%40.51
%40.51

CMYK Percentages of Color #6feded

%53
%0
%0
%7

Triadic Colors of #6feded

#6feded #ed6fed #eded6f

Analogous Colors of #6feded

#6feded #6faeed #6fedae

Monochromatic Colors of #6feded

#6feded

Complementary Color

#6feded #ed6f6f

#6feded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feded Color CSS Codes

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

#6feded Text Font Color

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

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


#6feded Background Color

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

This div background color is #6feded


#6feded Border Color

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

This div border color is #6feded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feded


Comments

No comments written yet.

Please login to write comment.