Color Hex Logo

#6feadb Color Hex

#6FEADB
(111,234,219)
0 Favorites   0 Comments

Color spaces of #6feadb

RGB 111234219
HSL0.480.750.68
HSV173°53°92°
CMYK 0.530.000.06   0.08
XYZ48.764567.339677.4455
Yxy67.33960.25190.3479
Hunter Lab82.0607-37.53281.4870
CIE-Lab85.6752-37.9800-3.2270

#6feadb color RGB value is (111,234,219).

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

The process color (four color CMYK) of #6feadb color hex is 0.53, 0.00, 0.06, 0.08. Web safe color of #6feadb is #66ffcc. Color #6feadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 11011011
Octal 157 352 333
Decimal 111 234 219
Hex 6F EA DB

RGB Percentages of Color #6feadb

%19.68
%41.49
%38.83

CMYK Percentages of Color #6feadb

%53
%0
%6
%8

Triadic Colors of #6feadb

#6feadb #db6fea #eadb6f

Analogous Colors of #6feadb

#6feadb #6fbcea #6fea9e

Monochromatic Colors of #6feadb

#6feadb

Complementary Color

#6feadb #ea6f7e

#6feadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feadb Color CSS Codes

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

#6feadb Text Font Color

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

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


#6feadb Background Color

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

This div background color is #6feadb


#6feadb Border Color

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

This div border color is #6feadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feadb


Comments

No comments written yet.

Please login to write comment.