Color Hex Logo

#6edfbc Color Hex

#6EDFBC
(110,223,188)
0 Favorites   0 Comments

Color spaces of #6edfbc

RGB 110223188
HSL0.450.640.65
HSV161°51°87°
CMYK 0.510.000.16   0.13
XYZ41.895259.721256.8962
Yxy59.72120.26430.3768
Hunter Lab77.2795-38.469710.4440
CIE-Lab81.6864-40.54117.3339

#6edfbc color RGB value is (110,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011111 10111100
Octal 156 337 274
Decimal 110 223 188
Hex 6E DF BC

RGB Percentages of Color #6edfbc

%21.11
%42.80
%36.08

CMYK Percentages of Color #6edfbc

%51
%0
%16
%13

Triadic Colors of #6edfbc

#6edfbc #bc6edf #dfbc6e

Analogous Colors of #6edfbc

#6edfbc #6ecadf #6edf84

Monochromatic Colors of #6edfbc

#6edfbc

Complementary Color

#6edfbc #df6e91

#6edfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edfbc Color CSS Codes

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

#6edfbc Text Font Color

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

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


#6edfbc Background Color

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

This div background color is #6edfbc


#6edfbc Border Color

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

This div border color is #6edfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edfbc


Comments

No comments written yet.

Please login to write comment.