Color Hex Logo

#6bfadd Color Hex

#6BFADD
(107,250,221)
0 Favorites   0 Comments

Color spaces of #6bfadd

RGB 107250221
HSL0.470.930.70
HSV168°57°98°
CMYK 0.570.000.12   0.02
XYZ53.300276.717580.4054
Yxy76.71750.25330.3646
Hunter Lab87.5885-44.65746.8843
CIE-Lab90.1914-45.40262.3137

#6bfadd color RGB value is (107,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111010 11011101
Octal 153 372 335
Decimal 107 250 221
Hex 6B FA DD

RGB Percentages of Color #6bfadd

%18.51
%43.25
%38.24

CMYK Percentages of Color #6bfadd

%57
%0
%12
%2

Triadic Colors of #6bfadd

#6bfadd #dd6bfa #fadd6b

Analogous Colors of #6bfadd

#6bfadd #6bd0fa #6bfa96

Monochromatic Colors of #6bfadd

#6bfadd

Complementary Color

#6bfadd #fa6b88

#6bfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfadd Color CSS Codes

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

#6bfadd Text Font Color

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

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


#6bfadd Background Color

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

This div background color is #6bfadd


#6bfadd Border Color

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

This div border color is #6bfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfadd


Comments

No comments written yet.

Please login to write comment.