Color Hex Logo

#6feaf2 Color Hex

#6FEAF2
(111,234,242)
0 Favorites   0 Comments

Color spaces of #6feaf2

RGB 111234242
HSL0.510.830.69
HSV184°54°95°
CMYK 0.540.030.00   0.05
XYZ52.005468.635994.5115
Yxy68.63590.24170.3190
Hunter Lab82.8468-32.9321-9.6452
CIE-Lab86.3234-32.0963-14.3626

#6feaf2 color RGB value is (111,234,242).

#6feaf2 hex color red value is 111, green value is 234 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #6feaf2 hue: 0.51 , saturation: 0.83 and the lightness value of 6feaf2 is 0.69.

The process color (four color CMYK) of #6feaf2 color hex is 0.54, 0.03, 0.00, 0.05. Web safe color of #6feaf2 is #66ffff. Color #6feaf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 11110010
Octal 157 352 362
Decimal 111 234 242
Hex 6F EA F2

RGB Percentages of Color #6feaf2

%18.91
%39.86
%41.23

CMYK Percentages of Color #6feaf2

%54
%3
%0
%5

Triadic Colors of #6feaf2

#6feaf2 #f26fea #eaf26f

Analogous Colors of #6feaf2

#6feaf2 #6fa9f2 #6ff2b9

Monochromatic Colors of #6feaf2

#6feaf2

Complementary Color

#6feaf2 #f2776f

#6feaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feaf2 Color CSS Codes

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

#6feaf2 Text Font Color

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

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


#6feaf2 Background Color

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

This div background color is #6feaf2


#6feaf2 Border Color

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

This div border color is #6feaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feaf2


Comments

No comments written yet.

Please login to write comment.