Color Hex Logo

#6eedbc Color Hex

#6EEDBC
(110,237,188)
0 Favorites   0 Comments

Color spaces of #6eedbc

RGB 110237188
HSL0.440.780.68
HSV157°54°93°
CMYK 0.540.000.21   0.07
XYZ45.791767.514258.1950
Yxy67.51420.26700.3937
Hunter Lab82.1670-44.314215.5246
CIE-Lab85.7630-46.663513.1459

#6eedbc color RGB value is (110,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 10111100
Octal 156 355 274
Decimal 110 237 188
Hex 6E ED BC

RGB Percentages of Color #6eedbc

%20.56
%44.30
%35.14

CMYK Percentages of Color #6eedbc

%54
%0
%21
%7

Triadic Colors of #6eedbc

#6eedbc #bc6eed #edbc6e

Analogous Colors of #6eedbc

#6eedbc #6edfed #6eed7d

Monochromatic Colors of #6eedbc

#6eedbc

Complementary Color

#6eedbc #ed6e9f

#6eedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedbc Color CSS Codes

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

#6eedbc Text Font Color

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

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


#6eedbc Background Color

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

This div background color is #6eedbc


#6eedbc Border Color

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

This div border color is #6eedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedbc


Comments

No comments written yet.

Please login to write comment.