Color Hex Logo

#6ddafa Color Hex

#6DDAFA
(109,218,250)
0 Favorites   0 Comments

Color spaces of #6ddafa

RGB 109218250
HSL0.540.930.70
HSV194°56°98°
CMYK 0.560.130.00   0.02
XYZ48.633460.296199.5175
Yxy60.29610.23330.2893
Hunter Lab77.6506-24.0920-21.6311
CIE-Lab81.9989-22.4930-25.1294

#6ddafa color RGB value is (109,218,250).

#6ddafa hex color red value is 109, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6ddafa hue: 0.54 , saturation: 0.93 and the lightness value of 6ddafa is 0.70.

The process color (four color CMYK) of #6ddafa color hex is 0.56, 0.13, 0.00, 0.02. Web safe color of #6ddafa is #66ccff. Color #6ddafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011010 11111010
Octal 155 332 372
Decimal 109 218 250
Hex 6D DA FA

RGB Percentages of Color #6ddafa

%18.89
%37.78
%43.33

CMYK Percentages of Color #6ddafa

%56
%13
%0
%2

Triadic Colors of #6ddafa

#6ddafa #fa6dda #dafa6d

Analogous Colors of #6ddafa

#6ddafa #6d94fa #6dfad4

Monochromatic Colors of #6ddafa

#6ddafa

Complementary Color

#6ddafa #fa8d6d

#6ddafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddafa Color CSS Codes

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

#6ddafa Text Font Color

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

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


#6ddafa Background Color

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

This div background color is #6ddafa


#6ddafa Border Color

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

This div border color is #6ddafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddafa


Comments

No comments written yet.

Please login to write comment.