Color Hex Logo

#6ddbaf Color Hex

#6DDBAF
(109,219,175)
0 Favorites   0 Comments

Color spaces of #6ddbaf

RGB 109219175
HSL0.430.600.64
HSV156°50°86°
CMYK 0.500.000.20   0.14
XYZ39.376157.009449.4860
Yxy57.00940.26990.3908
Hunter Lab75.5046-39.044113.9943
CIE-Lab80.1849-41.853912.0663

#6ddbaf color RGB value is (109,219,175).

#6ddbaf hex color red value is 109, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6ddbaf hue: 0.43 , saturation: 0.60 and the lightness value of 6ddbaf is 0.64.

The process color (four color CMYK) of #6ddbaf color hex is 0.50, 0.00, 0.20, 0.14. Web safe color of #6ddbaf is #66cc99. Color #6ddbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 10101111
Octal 155 333 257
Decimal 109 219 175
Hex 6D DB AF

RGB Percentages of Color #6ddbaf

%21.67
%43.54
%34.79

CMYK Percentages of Color #6ddbaf

%50
%0
%20
%14

Triadic Colors of #6ddbaf

#6ddbaf #af6ddb #dbaf6d

Analogous Colors of #6ddbaf

#6ddbaf #6dd0db #6ddb78

Monochromatic Colors of #6ddbaf

#6ddbaf

Complementary Color

#6ddbaf #db6d99

#6ddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbaf Color CSS Codes

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

#6ddbaf Text Font Color

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

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


#6ddbaf Background Color

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

This div background color is #6ddbaf


#6ddbaf Border Color

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

This div border color is #6ddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbaf


Comments

No comments written yet.

Please login to write comment.