Color Hex Logo

#6defbe Color Hex

#6DEFBE
(109,239,190)
0 Favorites   0 Comments

Color spaces of #6defbe

RGB 109239190
HSL0.440.800.68
HSV157°54°94°
CMYK 0.540.000.21   0.06
XYZ46.467468.701959.5269
Yxy68.70190.26600.3933
Hunter Lab82.8866-44.982015.4402
CIE-Lab86.3562-47.302112.9399

#6defbe color RGB value is (109,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 10111110
Octal 155 357 276
Decimal 109 239 190
Hex 6D EF BE

RGB Percentages of Color #6defbe

%20.26
%44.42
%35.32

CMYK Percentages of Color #6defbe

%54
%0
%21
%6

Triadic Colors of #6defbe

#6defbe #be6def #efbe6d

Analogous Colors of #6defbe

#6defbe #6ddfef #6def7d

Monochromatic Colors of #6defbe

#6defbe

Complementary Color

#6defbe #ef6d9e

#6defbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defbe Color CSS Codes

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

#6defbe Text Font Color

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

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


#6defbe Background Color

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

This div background color is #6defbe


#6defbe Border Color

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

This div border color is #6defbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defbe


Comments

No comments written yet.

Please login to write comment.