Color Hex Logo

#6deffb Color Hex

#6DEFFB
(109,239,251)
0 Favorites   0 Comments

Color spaces of #6deffb

RGB 109239251
HSL0.510.950.71
HSV185°57°98°
CMYK 0.570.050.00   0.02
XYZ54.585871.9492102.2774
Yxy71.94920.23860.3144
Hunter Lab84.8229-33.5705-12.1145
CIE-Lab87.9441-32.4272-16.6569

#6deffb color RGB value is (109,239,251).

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

The process color (four color CMYK) of #6deffb color hex is 0.57, 0.05, 0.00, 0.02. Web safe color of #6deffb is #66ffff. Color #6deffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11111011
Octal 155 357 373
Decimal 109 239 251
Hex 6D EF FB

RGB Percentages of Color #6deffb

%18.20
%39.90
%41.90

CMYK Percentages of Color #6deffb

%57
%5
%0
%2

Triadic Colors of #6deffb

#6deffb #fb6def #effb6d

Analogous Colors of #6deffb

#6deffb #6da8fb #6dfbc0

Monochromatic Colors of #6deffb

#6deffb

Complementary Color

#6deffb #fb796d

#6deffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deffb Color CSS Codes

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

#6deffb Text Font Color

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

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


#6deffb Background Color

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

This div background color is #6deffb


#6deffb Border Color

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

This div border color is #6deffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deffb


Comments

No comments written yet.

Please login to write comment.