Color Hex Logo

#6befdd Color Hex

#6BEFDD
(107,239,221)
0 Favorites   0 Comments

Color spaces of #6befdd

RGB 107239221
HSL0.480.800.68
HSV172°55°94°
CMYK 0.550.000.08   0.06
XYZ49.981170.079379.2990
Yxy70.07930.25070.3515
Hunter Lab83.7134-39.92492.4359
CIE-Lab87.0357-40.5431-2.2942

#6befdd color RGB value is (107,239,221).

#6befdd hex color red value is 107, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6befdd hue: 0.48 , saturation: 0.80 and the lightness value of 6befdd is 0.68.

The process color (four color CMYK) of #6befdd color hex is 0.55, 0.00, 0.08, 0.06. Web safe color of #6befdd is #66ffcc. Color #6befdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 11011101
Octal 153 357 335
Decimal 107 239 221
Hex 6B EF DD

RGB Percentages of Color #6befdd

%18.87
%42.15
%38.98

CMYK Percentages of Color #6befdd

%55
%0
%8
%6

Triadic Colors of #6befdd

#6befdd #dd6bef #efdd6b

Analogous Colors of #6befdd

#6befdd #6bbfef #6bef9b

Monochromatic Colors of #6befdd

#6befdd

Complementary Color

#6befdd #ef6b7d

#6befdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befdd Color CSS Codes

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

#6befdd Text Font Color

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

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


#6befdd Background Color

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

This div background color is #6befdd


#6befdd Border Color

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

This div border color is #6befdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befdd


Comments

No comments written yet.

Please login to write comment.