Color Hex Logo

#6ddfbc Color Hex

#6DDFBC
(109,223,188)
0 Favorites   0 Comments

Color spaces of #6ddfbc

RGB 109223188
HSL0.450.640.65
HSV162°51°87°
CMYK 0.510.000.16   0.13
XYZ41.771559.657456.8904
Yxy59.65740.26380.3768
Hunter Lab77.2382-38.631610.3962
CIE-Lab81.6516-40.76607.2794

#6ddfbc color RGB value is (109,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 10111100
Octal 155 337 274
Decimal 109 223 188
Hex 6D DF BC

RGB Percentages of Color #6ddfbc

%20.96
%42.88
%36.15

CMYK Percentages of Color #6ddfbc

%51
%0
%16
%13

Triadic Colors of #6ddfbc

#6ddfbc #bc6ddf #dfbc6d

Analogous Colors of #6ddfbc

#6ddfbc #6dc9df #6ddf83

Monochromatic Colors of #6ddfbc

#6ddfbc

Complementary Color

#6ddfbc #df6d90

#6ddfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfbc Color CSS Codes

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

#6ddfbc Text Font Color

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

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


#6ddfbc Background Color

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

This div background color is #6ddfbc


#6ddfbc Border Color

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

This div border color is #6ddfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfbc


Comments

No comments written yet.

Please login to write comment.