Color Hex Logo

#6feffa Color Hex

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

Color spaces of #6feffa

RGB 111239250
HSL0.510.930.71
HSV185°56°98°
CMYK 0.560.040.00   0.02
XYZ54.677472.0146101.4609
Yxy72.01460.23970.3156
Hunter Lab84.8614-33.4974-11.4845
CIE-Lab87.9756-32.3306-16.0800

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

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

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

Base Numbers

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

RGB Percentages of Color #6feffa

%18.50
%39.83
%41.67

CMYK Percentages of Color #6feffa

%56
%4
%0
%2

Triadic Colors of #6feffa

#6feffa #fa6fef #effa6f

Analogous Colors of #6feffa

#6feffa #6faafa #6ffac0

Monochromatic Colors of #6feffa

#6feffa

Complementary Color

#6feffa #fa7a6f

#6feffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feffa Color CSS Codes

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

#6feffa Text Font Color

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

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


#6feffa Background Color

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

This div background color is #6feffa


#6feffa Border Color

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

This div border color is #6feffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feffa


Comments

No comments written yet.

Please login to write comment.