Color Hex Logo

#6eedbb Color Hex

#6EEDBB
(110,237,187)
0 Favorites   0 Comments

Color spaces of #6eedbb

RGB 110237187
HSL0.430.780.68
HSV156°54°93°
CMYK 0.540.000.21   0.07
XYZ45.684267.471257.6291
Yxy67.47120.26750.3951
Hunter Lab82.1409-44.470315.9014
CIE-Lab85.7413-46.877313.6365

#6eedbb color RGB value is (110,237,187).

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

The process color (four color CMYK) of #6eedbb color hex is 0.54, 0.00, 0.21, 0.07. Web safe color of #6eedbb is #66ffcc. Color #6eedbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 10111011
Octal 156 355 273
Decimal 110 237 187
Hex 6E ED BB

RGB Percentages of Color #6eedbb

%20.60
%44.38
%35.02

CMYK Percentages of Color #6eedbb

%54
%0
%21
%7

Triadic Colors of #6eedbb

#6eedbb #bb6eed #edbb6e

Analogous Colors of #6eedbb

#6eedbb #6ee0ed #6eed7c

Monochromatic Colors of #6eedbb

#6eedbb

Complementary Color

#6eedbb #ed6ea0

#6eedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedbb Color CSS Codes

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

#6eedbb Text Font Color

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

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


#6eedbb Background Color

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

This div background color is #6eedbb


#6eedbb Border Color

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

This div border color is #6eedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedbb


Comments

No comments written yet.

Please login to write comment.