Color Hex Logo

#6dacef Color Hex

#6DACEF
(109,172,239)
0 Favorites   0 Comments

Color spaces of #6dacef

RGB 109172239
HSL0.590.800.68
HSV211°54°94°
CMYK 0.540.280.00   0.06
XYZ36.639238.988387.2557
Yxy38.98830.22490.2394
Hunter Lab62.4406-4.5300-39.1445
CIE-Lab68.7428-1.3786-39.6613

#6dacef color RGB value is (109,172,239).

#6dacef hex color red value is 109, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6dacef hue: 0.59 , saturation: 0.80 and the lightness value of 6dacef is 0.68.

The process color (four color CMYK) of #6dacef color hex is 0.54, 0.28, 0.00, 0.06. Web safe color of #6dacef is #6699ff. Color #6dacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11101111
Octal 155 254 357
Decimal 109 172 239
Hex 6D AC EF

RGB Percentages of Color #6dacef

%20.96
%33.08
%45.96

CMYK Percentages of Color #6dacef

%54
%28
%0
%6

Triadic Colors of #6dacef

#6dacef #ef6dac #acef6d

Analogous Colors of #6dacef

#6dacef #6f6def #6dedef

Monochromatic Colors of #6dacef

#6dacef

Complementary Color

#6dacef #efb06d

#6dacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacef Color CSS Codes

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

#6dacef Text Font Color

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

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


#6dacef Background Color

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

This div background color is #6dacef


#6dacef Border Color

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

This div border color is #6dacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacef


Comments

No comments written yet.

Please login to write comment.