Color Hex Logo

#6deabe Color Hex

#6DEABE
(109,234,190)
0 Favorites   0 Comments

Color spaces of #6deabe

RGB 109234190
HSL0.440.750.67
HSV159°53°92°
CMYK 0.530.000.19   0.08
XYZ45.023865.814659.0457
Yxy65.81460.26500.3874
Hunter Lab81.1262-42.906113.6356
CIE-Lab84.9018-45.154810.8740

#6deabe color RGB value is (109,234,190).

#6deabe hex color red value is 109, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6deabe hue: 0.44 , saturation: 0.75 and the lightness value of 6deabe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101010 10111110
Octal 155 352 276
Decimal 109 234 190
Hex 6D EA BE

RGB Percentages of Color #6deabe

%20.45
%43.90
%35.65

CMYK Percentages of Color #6deabe

%53
%0
%19
%8

Triadic Colors of #6deabe

#6deabe #be6dea #eabe6d

Analogous Colors of #6deabe

#6deabe #6dd8ea #6dea80

Monochromatic Colors of #6deabe

#6deabe

Complementary Color

#6deabe #ea6d99

#6deabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deabe Color CSS Codes

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

#6deabe Text Font Color

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

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


#6deabe Background Color

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

This div background color is #6deabe


#6deabe Border Color

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

This div border color is #6deabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deabe


Comments

No comments written yet.

Please login to write comment.