Color Hex Logo

#6bdabf Color Hex

#6BDABF
(107,218,191)
0 Favorites   0 Comments

Color spaces of #6bdabf

RGB 107218191
HSL0.460.600.64
HSV165°51°85°
CMYK 0.510.000.12   0.15
XYZ40.538857.030258.1615
Yxy57.03020.26030.3662
Hunter Lab75.5183-36.33707.1998
CIE-Lab80.1966-38.27113.5798

#6bdabf color RGB value is (107,218,191).

#6bdabf hex color red value is 107, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6bdabf hue: 0.46 , saturation: 0.60 and the lightness value of 6bdabf is 0.64.

The process color (four color CMYK) of #6bdabf color hex is 0.51, 0.00, 0.12, 0.15. Web safe color of #6bdabf is #66cccc. Color #6bdabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 10111111
Octal 153 332 277
Decimal 107 218 191
Hex 6B DA BF

RGB Percentages of Color #6bdabf

%20.74
%42.25
%37.02

CMYK Percentages of Color #6bdabf

%51
%0
%12
%15

Triadic Colors of #6bdabf

#6bdabf #bf6bda #dabf6b

Analogous Colors of #6bdabf

#6bdabf #6bbeda #6bda88

Monochromatic Colors of #6bdabf

#6bdabf

Complementary Color

#6bdabf #da6b86

#6bdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdabf Color CSS Codes

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

#6bdabf Text Font Color

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

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


#6bdabf Background Color

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

This div background color is #6bdabf


#6bdabf Border Color

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

This div border color is #6bdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdabf


Comments

No comments written yet.

Please login to write comment.