Color Hex Logo

#6ffaef Color Hex

#6FFAEF
(111,250,239)
0 Favorites   0 Comments

Color spaces of #6ffaef

RGB 111250239
HSL0.490.930.71
HSV175°56°98°
CMYK 0.560.000.04   0.02
XYZ56.321177.982793.7451
Yxy77.98270.24700.3420
Hunter Lab88.3078-40.6947-1.1251
CIE-Lab90.7720-40.2581-6.1756

#6ffaef color RGB value is (111,250,239).

#6ffaef hex color red value is 111, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6ffaef hue: 0.49 , saturation: 0.93 and the lightness value of 6ffaef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111010 11101111
Octal 157 372 357
Decimal 111 250 239
Hex 6F FA EF

RGB Percentages of Color #6ffaef

%18.50
%41.67
%39.83

CMYK Percentages of Color #6ffaef

%56
%0
%4
%2

Triadic Colors of #6ffaef

#6ffaef #ef6ffa #faef6f

Analogous Colors of #6ffaef

#6ffaef #6fc0fa #6ffaaa

Monochromatic Colors of #6ffaef

#6ffaef

Complementary Color

#6ffaef #fa6f7a

#6ffaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffaef Color CSS Codes

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

#6ffaef Text Font Color

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

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


#6ffaef Background Color

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

This div background color is #6ffaef


#6ffaef Border Color

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

This div border color is #6ffaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffaef

Related Colors


Comments

No comments written yet.

Please login to write comment.