Color Hex Logo

#6fe3ed Color Hex

#6FE3ED
(111,227,237)
0 Favorites   0 Comments

Color spaces of #6fe3ed

RGB 111227237
HSL0.510.780.68
HSV185°53°93°
CMYK 0.530.040.00   0.07
XYZ49.310764.432189.9585
Yxy64.43210.24210.3163
Hunter Lab80.2696-30.8169-10.2578
CIE-Lab84.1902-30.0906-14.9264

#6fe3ed color RGB value is (111,227,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100011 11101101
Octal 157 343 355
Decimal 111 227 237
Hex 6F E3 ED

RGB Percentages of Color #6fe3ed

%19.30
%39.48
%41.22

CMYK Percentages of Color #6fe3ed

%53
%4
%0
%7

Triadic Colors of #6fe3ed

#6fe3ed #ed6fe3 #e3ed6f

Analogous Colors of #6fe3ed

#6fe3ed #6fa4ed #6fedb8

Monochromatic Colors of #6fe3ed

#6fe3ed

Complementary Color

#6fe3ed #ed796f

#6fe3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe3ed Color CSS Codes

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

#6fe3ed Text Font Color

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

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


#6fe3ed Background Color

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

This div background color is #6fe3ed


#6fe3ed Border Color

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

This div border color is #6fe3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe3ed


Comments

No comments written yet.

Please login to write comment.