Color Hex Logo

#6ddbea Color Hex

#6DDBEA
(109,219,234)
0 Favorites   0 Comments

Color spaces of #6ddbea

RGB 109219234
HSL0.520.750.67
HSV187°53°92°
CMYK 0.530.060.00   0.08
XYZ46.489559.854886.9448
Yxy59.85480.24050.3097
Hunter Lab77.3659-28.1289-12.4748
CIE-Lab81.7592-27.4249-16.9983

#6ddbea color RGB value is (109,219,234).

#6ddbea hex color red value is 109, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6ddbea hue: 0.52 , saturation: 0.75 and the lightness value of 6ddbea is 0.67.

The process color (four color CMYK) of #6ddbea color hex is 0.53, 0.06, 0.00, 0.08. Web safe color of #6ddbea is #66ccff. Color #6ddbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 11101010
Octal 155 333 352
Decimal 109 219 234
Hex 6D DB EA

RGB Percentages of Color #6ddbea

%19.40
%38.97
%41.64

CMYK Percentages of Color #6ddbea

%53
%6
%0
%8

Triadic Colors of #6ddbea

#6ddbea #ea6ddb #dbea6d

Analogous Colors of #6ddbea

#6ddbea #6d9dea #6deabb

Monochromatic Colors of #6ddbea

#6ddbea

Complementary Color

#6ddbea #ea7c6d

#6ddbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbea Color CSS Codes

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

#6ddbea Text Font Color

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

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


#6ddbea Background Color

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

This div background color is #6ddbea


#6ddbea Border Color

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

This div border color is #6ddbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbea


Comments

No comments written yet.

Please login to write comment.