Color Hex Logo

#6ddbbc Color Hex

#6DDBBC
(109,219,188)
0 Favorites   0 Comments

Color spaces of #6ddbbc

RGB 109219188
HSL0.450.600.64
HSV163°50°86°
CMYK 0.500.000.14   0.14
XYZ40.715357.545156.5383
Yxy57.54510.26300.3717
Hunter Lab75.8585-36.94668.9113
CIE-Lab80.4852-38.96985.6014

#6ddbbc color RGB value is (109,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 10111100
Octal 155 333 274
Decimal 109 219 188
Hex 6D DB BC

RGB Percentages of Color #6ddbbc

%21.12
%42.44
%36.43

CMYK Percentages of Color #6ddbbc

%50
%0
%14
%14

Triadic Colors of #6ddbbc

#6ddbbc #bc6ddb #dbbc6d

Analogous Colors of #6ddbbc

#6ddbbc #6dc3db #6ddb85

Monochromatic Colors of #6ddbbc

#6ddbbc

Complementary Color

#6ddbbc #db6d8c

#6ddbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbbc Color CSS Codes

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

#6ddbbc Text Font Color

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

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


#6ddbbc Background Color

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

This div background color is #6ddbbc


#6ddbbc Border Color

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

This div border color is #6ddbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbbc

#6ddbbc Color Palettes


Comments

No comments written yet.

Please login to write comment.