Color Hex Logo

#6dbffe Color Hex

#6DBFFE
(109,191,254)
1 Favorites   0 Comments

Color spaces of #6dbffe

RGB 109191254
HSL0.570.990.71
HSV206°57°100°
CMYK 0.570.250.00   0.00
XYZ42.826947.6686100.7097
Yxy47.66860.22400.2493
Hunter Lab69.0425-10.1011-38.1544
CIE-Lab74.6154-7.2626-38.6315

#6dbffe color RGB value is (109,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 11111110
Octal 155 277 376
Decimal 109 191 254
Hex 6D BF FE

RGB Percentages of Color #6dbffe

%19.68
%34.48
%45.85

CMYK Percentages of Color #6dbffe

%57
%25
%0
%0

Triadic Colors of #6dbffe

#6dbffe #fe6dbf #bffe6d

Analogous Colors of #6dbffe

#6dbffe #6d77fe #6dfef5

Monochromatic Colors of #6dbffe

#6dbffe

Complementary Color

#6dbffe #feac6d

#6dbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbffe Color CSS Codes

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

#6dbffe Text Font Color

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

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


#6dbffe Background Color

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

This div background color is #6dbffe


#6dbffe Border Color

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

This div border color is #6dbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbffe


Comments

No comments written yet.

Please login to write comment.