Color Hex Logo

#6edddb Color Hex

#6EDDDB
(110,221,219)
0 Favorites   0 Comments

Color spaces of #6edddb

RGB 110221219
HSL0.500.620.65
HSV179°50°87°
CMYK 0.500.000.01   0.13
XYZ45.073060.142476.2509
Yxy60.14240.24840.3314
Hunter Lab77.5515-31.9709-4.0096
CIE-Lab81.9155-32.1412-8.7864

#6edddb color RGB value is (110,221,219).

#6edddb hex color red value is 110, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6edddb hue: 0.50 , saturation: 0.62 and the lightness value of 6edddb is 0.65.

The process color (four color CMYK) of #6edddb color hex is 0.50, 0.00, 0.01, 0.13. Web safe color of #6edddb is #66cccc. Color #6edddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 11011011
Octal 156 335 333
Decimal 110 221 219
Hex 6E DD DB

RGB Percentages of Color #6edddb

%20.00
%40.18
%39.82

CMYK Percentages of Color #6edddb

%50
%0
%1
%13

Triadic Colors of #6edddb

#6edddb #db6edd #dddb6e

Analogous Colors of #6edddb

#6edddb #6ea8dd #6edda4

Monochromatic Colors of #6edddb

#6edddb

Complementary Color

#6edddb #dd6e70

#6edddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edddb Color CSS Codes

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

#6edddb Text Font Color

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

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


#6edddb Background Color

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

This div background color is #6edddb


#6edddb Border Color

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

This div border color is #6edddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,221,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 #6edddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edddb


Comments

No comments written yet.

Please login to write comment.