Color Hex Logo

#6dabeb Color Hex

#6DABEB
(109,171,235)
0 Favorites   0 Comments

Color spaces of #6dabeb

RGB 109171235
HSL0.580.760.67
HSV210°54°92°
CMYK 0.540.270.00   0.08
XYZ35.865038.375284.1141
Yxy38.37520.22650.2423
Hunter Lab61.9477-5.0649-37.1420
CIE-Lab68.2962-2.0352-38.1744

#6dabeb color RGB value is (109,171,235).

#6dabeb hex color red value is 109, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6dabeb hue: 0.58 , saturation: 0.76 and the lightness value of 6dabeb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 11101011
Octal 155 253 353
Decimal 109 171 235
Hex 6D AB EB

RGB Percentages of Color #6dabeb

%21.17
%33.20
%45.63

CMYK Percentages of Color #6dabeb

%54
%27
%0
%8

Triadic Colors of #6dabeb

#6dabeb #eb6dab #abeb6d

Analogous Colors of #6dabeb

#6dabeb #6e6deb #6deaeb

Monochromatic Colors of #6dabeb

#6dabeb

Complementary Color

#6dabeb #ebad6d

#6dabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabeb Color CSS Codes

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

#6dabeb Text Font Color

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

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


#6dabeb Background Color

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

This div background color is #6dabeb


#6dabeb Border Color

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

This div border color is #6dabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabeb


Comments

No comments written yet.

Please login to write comment.