Color Hex Logo

#6dbafe Color Hex

#6DBAFE
(109,186,254)
0 Favorites   0 Comments

Color spaces of #6dbafe

RGB 109186254
HSL0.580.990.71
HSV208°57°100°
CMYK 0.570.270.00   0.00
XYZ41.755045.5248100.3524
Yxy45.52480.22250.2426
Hunter Lab67.4721-7.6116-40.9526
CIE-Lab73.2361-4.5424-40.7789

#6dbafe color RGB value is (109,186,254).

#6dbafe hex color red value is 109, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6dbafe hue: 0.58 , saturation: 0.99 and the lightness value of 6dbafe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11111110
Octal 155 272 376
Decimal 109 186 254
Hex 6D BA FE

RGB Percentages of Color #6dbafe

%19.85
%33.88
%46.27

CMYK Percentages of Color #6dbafe

%57
%27
%0
%0

Triadic Colors of #6dbafe

#6dbafe #fe6dba #bafe6d

Analogous Colors of #6dbafe

#6dbafe #6d72fe #6dfefa

Monochromatic Colors of #6dbafe

#6dbafe

Complementary Color

#6dbafe #feb16d

#6dbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbafe Color CSS Codes

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

#6dbafe Text Font Color

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

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


#6dbafe Background Color

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

This div background color is #6dbafe


#6dbafe Border Color

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

This div border color is #6dbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbafe


Comments

No comments written yet.

Please login to write comment.