Color Hex Logo

#6dd1e5 Color Hex

#6DD1E5
(109,209,229)
0 Favorites   0 Comments

Color spaces of #6dd1e5

RGB 109209229
HSL0.530.700.66
HSV190°52°90°
CMYK 0.520.090.00   0.10
XYZ43.250054.509382.3706
Yxy54.50930.24010.3026
Hunter Lab73.8304-24.6376-14.4670
CIE-Lab78.7578-23.8594-18.8605

#6dd1e5 color RGB value is (109,209,229).

#6dd1e5 hex color red value is 109, green value is 209 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6dd1e5 hue: 0.53 , saturation: 0.70 and the lightness value of 6dd1e5 is 0.66.

The process color (four color CMYK) of #6dd1e5 color hex is 0.52, 0.09, 0.00, 0.10. Web safe color of #6dd1e5 is #66cccc. Color #6dd1e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010001 11100101
Octal 155 321 345
Decimal 109 209 229
Hex 6D D1 E5

RGB Percentages of Color #6dd1e5

%19.93
%38.21
%41.86

CMYK Percentages of Color #6dd1e5

%52
%9
%0
%10

Triadic Colors of #6dd1e5

#6dd1e5 #e56dd1 #d1e56d

Analogous Colors of #6dd1e5

#6dd1e5 #6d95e5 #6de5bd

Monochromatic Colors of #6dd1e5

#6dd1e5

Complementary Color

#6dd1e5 #e5816d

#6dd1e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd1e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd1e5 Color CSS Codes

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

#6dd1e5 Text Font Color

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

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


#6dd1e5 Background Color

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

This div background color is #6dd1e5


#6dd1e5 Border Color

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

This div border color is #6dd1e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd1e5


Comments

No comments written yet.

Please login to write comment.