Color Hex Logo

#6fffee Color Hex

#6FFFEE
(111,255,238)
0 Favorites   0 Comments

Color spaces of #6fffee

RGB 111255238
HSL0.481.000.72
HSV173°56°100°
CMYK 0.560.000.07   0.00
XYZ57.748281.072693.4938
Yxy81.07260.24860.3490
Hunter Lab90.0403-43.08791.4642
CIE-Lab92.1640-42.7404-3.6055

#6fffee color RGB value is (111,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111111 11101110
Octal 157 377 356
Decimal 111 255 238
Hex 6F FF EE

RGB Percentages of Color #6fffee

%18.38
%42.22
%39.40

CMYK Percentages of Color #6fffee

%56
%0
%7
%0

Triadic Colors of #6fffee

#6fffee #ee6fff #ffee6f

Analogous Colors of #6fffee

#6fffee #6fc8ff #6fffa6

Monochromatic Colors of #6fffee

#6fffee

Complementary Color

#6fffee #ff6f80

#6fffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fffee Color CSS Codes

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

#6fffee Text Font Color

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

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


#6fffee Background Color

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

This div background color is #6fffee


#6fffee Border Color

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

This div border color is #6fffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fffee


Comments

No comments written yet.

Please login to write comment.