Color Hex Logo

#6ddbfa Color Hex

#6DDBFA
(109,219,250)
0 Favorites   0 Comments

Color spaces of #6ddbfa

RGB 109219250
HSL0.540.930.70
HSV193°56°98°
CMYK 0.560.120.00   0.02
XYZ48.893560.816499.6043
Yxy60.81640.23360.2906
Hunter Lab77.9849-24.5609-21.1373
CIE-Lab82.2799-22.9928-24.7012

#6ddbfa color RGB value is (109,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 11111010
Octal 155 333 372
Decimal 109 219 250
Hex 6D DB FA

RGB Percentages of Color #6ddbfa

%18.86
%37.89
%43.25

CMYK Percentages of Color #6ddbfa

%56
%12
%0
%2

Triadic Colors of #6ddbfa

#6ddbfa #fa6ddb #dbfa6d

Analogous Colors of #6ddbfa

#6ddbfa #6d95fa #6dfad3

Monochromatic Colors of #6ddbfa

#6ddbfa

Complementary Color

#6ddbfa #fa8c6d

#6ddbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbfa Color CSS Codes

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

#6ddbfa Text Font Color

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

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


#6ddbfa Background Color

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

This div background color is #6ddbfa


#6ddbfa Border Color

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

This div border color is #6ddbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbfa


Comments

No comments written yet.

Please login to write comment.