Color Hex Logo

#6de6bd Color Hex

#6DE6BD
(109,230,189)
0 Favorites   0 Comments

Color spaces of #6de6bd

RGB 109230189
HSL0.440.710.66
HSV160°53°90°
CMYK 0.530.000.18   0.10
XYZ43.788863.519058.0966
Yxy63.51900.26470.3840
Hunter Lab79.6988-41.399912.5696
CIE-Lab83.7147-43.63509.7060

#6de6bd color RGB value is (109,230,189).

#6de6bd hex color red value is 109, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6de6bd hue: 0.44 , saturation: 0.71 and the lightness value of 6de6bd is 0.66.

The process color (four color CMYK) of #6de6bd color hex is 0.53, 0.00, 0.18, 0.10. Web safe color of #6de6bd is #66ffcc. Color #6de6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11100110 10111101
Octal 155 346 275
Decimal 109 230 189
Hex 6D E6 BD

RGB Percentages of Color #6de6bd

%20.64
%43.56
%35.80

CMYK Percentages of Color #6de6bd

%53
%0
%18
%10

Triadic Colors of #6de6bd

#6de6bd #bd6de6 #e6bd6d

Analogous Colors of #6de6bd

#6de6bd #6dd3e6 #6de681

Monochromatic Colors of #6de6bd

#6de6bd

Complementary Color

#6de6bd #e66d96

#6de6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6de6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6de6bd Color CSS Codes

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

#6de6bd Text Font Color

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

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


#6de6bd Background Color

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

This div background color is #6de6bd


#6de6bd Border Color

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

This div border color is #6de6bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,230,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6de6bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6de6bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6de6bd;
  box-shadow:         1px 1px 3px 2px #6de6bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,230,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6de6bd


Comments

No comments written yet.

Please login to write comment.