Color Hex Logo

#6bfade Color Hex

#6BFADE
(107,250,222)
0 Favorites   0 Comments

Color spaces of #6bfade

RGB 107250222
HSL0.470.930.70
HSV168°57°98°
CMYK 0.570.000.11   0.02
XYZ53.433876.770981.1093
Yxy76.77090.25290.3633
Hunter Lab87.6190-44.47646.4483
CIE-Lab90.2161-45.16451.8301

#6bfade color RGB value is (107,250,222).

#6bfade hex color red value is 107, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6bfade hue: 0.47 , saturation: 0.93 and the lightness value of 6bfade is 0.70.

The process color (four color CMYK) of #6bfade color hex is 0.57, 0.00, 0.11, 0.02. Web safe color of #6bfade is #66ffcc. Color #6bfade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111010 11011110
Octal 153 372 336
Decimal 107 250 222
Hex 6B FA DE

RGB Percentages of Color #6bfade

%18.48
%43.18
%38.34

CMYK Percentages of Color #6bfade

%57
%0
%11
%2

Triadic Colors of #6bfade

#6bfade #de6bfa #fade6b

Analogous Colors of #6bfade

#6bfade #6bcffa #6bfa97

Monochromatic Colors of #6bfade

#6bfade

Complementary Color

#6bfade #fa6b87

#6bfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfade Color CSS Codes

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

#6bfade Text Font Color

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

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


#6bfade Background Color

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

This div background color is #6bfade


#6bfade Border Color

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

This div border color is #6bfade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,250,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bfade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bfade;
  -webkit-box-shadow: 1px 1px 3px 2px #6bfade;
  box-shadow:         1px 1px 3px 2px #6bfade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,250,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfade


Comments

No comments written yet.

Please login to write comment.