Color Hex Logo

#6daffb Color Hex

#6DAFFB
(109,175,251)
0 Favorites   0 Comments

Color spaces of #6daffb

RGB 109175251
HSL0.590.950.71
HSV212°57°98°
CMYK 0.570.300.00   0.02
XYZ39.049240.876297.0986
Yxy40.87620.22060.2309
Hunter Lab63.9345-2.8631-45.2908
CIE-Lab70.08910.6280-44.0780

#6daffb color RGB value is (109,175,251).

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

The process color (four color CMYK) of #6daffb color hex is 0.57, 0.30, 0.00, 0.02. Web safe color of #6daffb is #6699ff. Color #6daffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11111011
Octal 155 257 373
Decimal 109 175 251
Hex 6D AF FB

RGB Percentages of Color #6daffb

%20.37
%32.71
%46.92

CMYK Percentages of Color #6daffb

%57
%30
%0
%2

Triadic Colors of #6daffb

#6daffb #fb6daf #affb6d

Analogous Colors of #6daffb

#6daffb #726dfb #6df6fb

Monochromatic Colors of #6daffb

#6daffb

Complementary Color

#6daffb #fbb96d

#6daffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daffb Color CSS Codes

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

#6daffb Text Font Color

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

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


#6daffb Background Color

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

This div background color is #6daffb


#6daffb Border Color

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

This div border color is #6daffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daffb

Related Colors


Comments

No comments written yet.

Please login to write comment.