Color Hex Logo

#6defbf Color Hex

#6DEFBF
(109,239,191)
0 Favorites   0 Comments

Color spaces of #6defbf

RGB 109239191
HSL0.440.800.68
HSV158°54°94°
CMYK 0.540.000.20   0.06
XYZ46.577168.745860.1046
Yxy68.74580.26550.3919
Hunter Lab82.9131-44.824115.0592
CIE-Lab86.3780-47.086312.4501

#6defbf color RGB value is (109,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 10111111
Octal 155 357 277
Decimal 109 239 191
Hex 6D EF BF

RGB Percentages of Color #6defbf

%20.22
%44.34
%35.44

CMYK Percentages of Color #6defbf

%54
%0
%20
%6

Triadic Colors of #6defbf

#6defbf #bf6def #efbf6d

Analogous Colors of #6defbf

#6defbf #6ddeef #6def7e

Monochromatic Colors of #6defbf

#6defbf

Complementary Color

#6defbf #ef6d9d

#6defbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defbf Color CSS Codes

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

#6defbf Text Font Color

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

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


#6defbf Background Color

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

This div background color is #6defbf


#6defbf Border Color

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

This div border color is #6defbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defbf


Comments

No comments written yet.

Please login to write comment.