Color Hex Logo

#6bfbdb Color Hex

#6BFBDB
(107,251,219)
0 Favorites   0 Comments

Color spaces of #6bfbdb

RGB 107251219
HSL0.460.950.70
HSV167°57°98°
CMYK 0.570.000.13   0.02
XYZ53.346877.234679.1139
Yxy77.23460.25440.3683
Hunter Lab87.8832-45.44278.1444
CIE-Lab90.4295-46.30853.6972

#6bfbdb color RGB value is (107,251,219).

#6bfbdb hex color red value is 107, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6bfbdb hue: 0.46 , saturation: 0.95 and the lightness value of 6bfbdb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111011 11011011
Octal 153 373 333
Decimal 107 251 219
Hex 6B FB DB

RGB Percentages of Color #6bfbdb

%18.54
%43.50
%37.95

CMYK Percentages of Color #6bfbdb

%57
%0
%13
%2

Triadic Colors of #6bfbdb

#6bfbdb #db6bfb #fbdb6b

Analogous Colors of #6bfbdb

#6bfbdb #6bd3fb #6bfb93

Monochromatic Colors of #6bfbdb

#6bfbdb

Complementary Color

#6bfbdb #fb6b8b

#6bfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfbdb Color CSS Codes

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

#6bfbdb Text Font Color

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

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


#6bfbdb Background Color

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

This div background color is #6bfbdb


#6bfbdb Border Color

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

This div border color is #6bfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfbdb


Comments

No comments written yet.

Please login to write comment.