Color Hex Logo

#6dddfb Color Hex

#6DDDFB
(109,221,251)
0 Favorites   0 Comments

Color spaces of #6dddfb

RGB 109221251
HSL0.540.950.71
HSV193°57°98°
CMYK 0.570.120.00   0.02
XYZ49.575761.9291100.6074
Yxy61.92910.23370.2920
Hunter Lab78.6950-25.2663-20.7126
CIE-Lab82.8757-23.7060-24.3236

#6dddfb color RGB value is (109,221,251).

#6dddfb hex color red value is 109, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6dddfb hue: 0.54 , saturation: 0.95 and the lightness value of 6dddfb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 11111011
Octal 155 335 373
Decimal 109 221 251
Hex 6D DD FB

RGB Percentages of Color #6dddfb

%18.76
%38.04
%43.20

CMYK Percentages of Color #6dddfb

%57
%12
%0
%2

Triadic Colors of #6dddfb

#6dddfb #fb6ddd #ddfb6d

Analogous Colors of #6dddfb

#6dddfb #6d96fb #6dfbd2

Monochromatic Colors of #6dddfb

#6dddfb

Complementary Color

#6dddfb #fb8b6d

#6dddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddfb Color CSS Codes

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

#6dddfb Text Font Color

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

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


#6dddfb Background Color

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

This div background color is #6dddfb


#6dddfb Border Color

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

This div border color is #6dddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddfb


Comments

No comments written yet.

Please login to write comment.