Color Hex Logo

#6effdf Color Hex

#6EFFDF
(110,255,223)
0 Favorites   0 Comments

Color spaces of #6effdf

RGB 110255223
HSL0.461.000.72
HSV167°57°100°
CMYK 0.570.000.13   0.00
XYZ55.509780.162782.3593
Yxy80.16270.25460.3677
Hunter Lab89.5336-46.01618.1344
CIE-Lab91.7578-46.53383.5617

#6effdf color RGB value is (110,255,223).

#6effdf hex color red value is 110, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6effdf hue: 0.46 , saturation: 1.00 and the lightness value of 6effdf is 0.72.

The process color (four color CMYK) of #6effdf color hex is 0.57, 0.00, 0.13, 0.00. Web safe color of #6effdf is #66ffcc. Color #6effdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111111 11011111
Octal 156 377 337
Decimal 110 255 223
Hex 6E FF DF

RGB Percentages of Color #6effdf

%18.71
%43.37
%37.93

CMYK Percentages of Color #6effdf

%57
%0
%13
%0

Triadic Colors of #6effdf

#6effdf #df6eff #ffdf6e

Analogous Colors of #6effdf

#6effdf #6ed7ff #6eff97

Monochromatic Colors of #6effdf

#6effdf

Complementary Color

#6effdf #ff6e8e

#6effdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6effdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6effdf Color CSS Codes

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

#6effdf Text Font Color

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

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


#6effdf Background Color

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

This div background color is #6effdf


#6effdf Border Color

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

This div border color is #6effdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,255,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6effdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6effdf;
  -webkit-box-shadow: 1px 1px 3px 2px #6effdf;
  box-shadow:         1px 1px 3px 2px #6effdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,255,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6effdf

Related Colors


Comments

No comments written yet.

Please login to write comment.