Color Hex Logo

#6ddefb Color Hex

#6DDEFB
(109,222,251)
0 Favorites   0 Comments

Color spaces of #6ddefb

RGB 109222251
HSL0.530.950.71
HSV192°57°98°
CMYK 0.570.120.00   0.02
XYZ49.840562.4588100.6957
Yxy62.45880.23400.2932
Hunter Lab79.0309-25.7337-20.2216
CIE-Lab83.1568-24.2024-23.8959

#6ddefb color RGB value is (109,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 11111011
Octal 155 336 373
Decimal 109 222 251
Hex 6D DE FB

RGB Percentages of Color #6ddefb

%18.73
%38.14
%43.13

CMYK Percentages of Color #6ddefb

%57
%12
%0
%2

Triadic Colors of #6ddefb

#6ddefb #fb6dde #defb6d

Analogous Colors of #6ddefb

#6ddefb #6d97fb #6dfbd1

Monochromatic Colors of #6ddefb

#6ddefb

Complementary Color

#6ddefb #fb8a6d

#6ddefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddefb Color CSS Codes

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

#6ddefb Text Font Color

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

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


#6ddefb Background Color

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

This div background color is #6ddefb


#6ddefb Border Color

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

This div border color is #6ddefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddefb


Comments

No comments written yet.

Please login to write comment.