Color Hex Logo

#6daefb Color Hex

#6DAEFB
(109,174,251)
0 Favorites   0 Comments

Color spaces of #6daefb

RGB 109174251
HSL0.590.950.71
HSV213°57°98°
CMYK 0.570.310.00   0.02
XYZ38.855340.488397.0339
Yxy40.48830.22030.2296
Hunter Lab63.6304-2.3539-45.8736
CIE-Lab69.81591.1893-44.5062

#6daefb color RGB value is (109,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 11111011
Octal 155 256 373
Decimal 109 174 251
Hex 6D AE FB

RGB Percentages of Color #6daefb

%20.41
%32.58
%47.00

CMYK Percentages of Color #6daefb

%57
%31
%0
%2

Triadic Colors of #6daefb

#6daefb #fb6dae #aefb6d

Analogous Colors of #6daefb

#6daefb #736dfb #6df5fb

Monochromatic Colors of #6daefb

#6daefb

Complementary Color

#6daefb #fbba6d

#6daefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daefb Color CSS Codes

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

#6daefb Text Font Color

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

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


#6daefb Background Color

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

This div background color is #6daefb


#6daefb Border Color

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

This div border color is #6daefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daefb

Related Colors


Comments

No comments written yet.

Please login to write comment.