Color Hex Logo

#6ddbba Color Hex

#6DDBBA
(109,219,186)
0 Favorites   0 Comments

Color spaces of #6ddbba

RGB 109219186
HSL0.450.600.64
HSV162°50°86°
CMYK 0.500.000.15   0.14
XYZ40.501157.459455.4105
Yxy57.45940.26410.3746
Hunter Lab75.8020-37.28079.7210
CIE-Lab80.4373-39.42546.5948

#6ddbba color RGB value is (109,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 10111010
Octal 155 333 272
Decimal 109 219 186
Hex 6D DB BA

RGB Percentages of Color #6ddbba

%21.21
%42.61
%36.19

CMYK Percentages of Color #6ddbba

%50
%0
%15
%14

Triadic Colors of #6ddbba

#6ddbba #ba6ddb #dbba6d

Analogous Colors of #6ddbba

#6ddbba #6dc5db #6ddb83

Monochromatic Colors of #6ddbba

#6ddbba

Complementary Color

#6ddbba #db6d8e

#6ddbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbba Color CSS Codes

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

#6ddbba Text Font Color

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

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


#6ddbba Background Color

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

This div background color is #6ddbba


#6ddbba Border Color

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

This div border color is #6ddbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbba


Comments

No comments written yet.

Please login to write comment.