Color Hex Logo

#6eddbc Color Hex

#6EDDBC
(110,221,188)
0 Favorites   0 Comments

Color spaces of #6eddbc

RGB 110221188
HSL0.450.620.65
HSV162°50°87°
CMYK 0.500.000.15   0.13
XYZ41.364058.658756.7191
Yxy58.65870.26390.3742
Hunter Lab76.5890-37.62689.7042
CIE-Lab81.1036-39.64426.4964

#6eddbc color RGB value is (110,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 10111100
Octal 156 335 274
Decimal 110 221 188
Hex 6E DD BC

RGB Percentages of Color #6eddbc

%21.19
%42.58
%36.22

CMYK Percentages of Color #6eddbc

%50
%0
%15
%13

Triadic Colors of #6eddbc

#6eddbc #bc6edd #ddbc6e

Analogous Colors of #6eddbc

#6eddbc #6ec7dd #6edd85

Monochromatic Colors of #6eddbc

#6eddbc

Complementary Color

#6eddbc #dd6e8f

#6eddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddbc Color CSS Codes

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

#6eddbc Text Font Color

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

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


#6eddbc Background Color

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

This div background color is #6eddbc


#6eddbc Border Color

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

This div border color is #6eddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddbc


Comments

No comments written yet.

Please login to write comment.