Color Hex Logo

#6ddfbf Color Hex

#6DDFBF
(109,223,191)
0 Favorites   0 Comments

Color spaces of #6ddfbf

RGB 109223191
HSL0.450.640.65
HSV163°51°87°
CMYK 0.510.000.14   0.13
XYZ42.098359.788258.6117
Yxy59.78820.26230.3725
Hunter Lab77.3228-38.13099.1834
CIE-Lab81.7229-40.08465.7939

#6ddfbf color RGB value is (109,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 10111111
Octal 155 337 277
Decimal 109 223 191
Hex 6D DF BF

RGB Percentages of Color #6ddfbf

%20.84
%42.64
%36.52

CMYK Percentages of Color #6ddfbf

%51
%0
%14
%13

Triadic Colors of #6ddfbf

#6ddfbf #bf6ddf #dfbf6d

Analogous Colors of #6ddfbf

#6ddfbf #6dc6df #6ddf86

Monochromatic Colors of #6ddfbf

#6ddfbf

Complementary Color

#6ddfbf #df6d8d

#6ddfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfbf Color CSS Codes

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

#6ddfbf Text Font Color

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

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


#6ddfbf Background Color

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

This div background color is #6ddfbf


#6ddfbf Border Color

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

This div border color is #6ddfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfbf


Comments

No comments written yet.

Please login to write comment.