Color Hex Logo

#6feafa Color Hex

#6FEAFA
(111,234,250)
0 Favorites   0 Comments

Color spaces of #6feafa

RGB 111234250
HSL0.520.930.71
HSV187°56°98°
CMYK 0.560.060.00   0.02
XYZ53.233769.1273100.9797
Yxy69.12730.23840.3095
Hunter Lab83.1428-31.2121-13.8097
CIE-Lab86.5670-29.9518-18.1992

#6feafa color RGB value is (111,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 11111010
Octal 157 352 372
Decimal 111 234 250
Hex 6F EA FA

RGB Percentages of Color #6feafa

%18.66
%39.33
%42.02

CMYK Percentages of Color #6feafa

%56
%6
%0
%2

Triadic Colors of #6feafa

#6feafa #fa6fea #eafa6f

Analogous Colors of #6feafa

#6feafa #6fa5fa #6ffac5

Monochromatic Colors of #6feafa

#6feafa

Complementary Color

#6feafa #fa7f6f

#6feafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feafa Color CSS Codes

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

#6feafa Text Font Color

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

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


#6feafa Background Color

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

This div background color is #6feafa


#6feafa Border Color

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

This div border color is #6feafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,234,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 #6feafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feafa


Comments

No comments written yet.

Please login to write comment.