Color Hex Logo

#6fe3ea Color Hex

#6FE3EA
(111,227,234)
0 Favorites   0 Comments

Color spaces of #6fe3ea

RGB 111227234
HSL0.510.750.68
HSV183°53°92°
CMYK 0.530.030.00   0.08
XYZ48.875964.258287.6689
Yxy64.25820.24340.3200
Hunter Lab80.1612-31.4471-8.7301
CIE-Lab84.1000-30.8861-13.4761

#6fe3ea color RGB value is (111,227,234).

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

The process color (four color CMYK) of #6fe3ea color hex is 0.53, 0.03, 0.00, 0.08. Web safe color of #6fe3ea is #66ccff. Color #6fe3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100011 11101010
Octal 157 343 352
Decimal 111 227 234
Hex 6F E3 EA

RGB Percentages of Color #6fe3ea

%19.41
%39.69
%40.91

CMYK Percentages of Color #6fe3ea

%53
%3
%0
%8

Triadic Colors of #6fe3ea

#6fe3ea #ea6fe3 #e3ea6f

Analogous Colors of #6fe3ea

#6fe3ea #6fa6ea #6feab4

Monochromatic Colors of #6fe3ea

#6fe3ea

Complementary Color

#6fe3ea #ea766f

#6fe3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe3ea Color CSS Codes

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

#6fe3ea Text Font Color

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

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


#6fe3ea Background Color

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

This div background color is #6fe3ea


#6fe3ea Border Color

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

This div border color is #6fe3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe3ea


Comments

No comments written yet.

Please login to write comment.