Color Hex Logo

#6bdbac Color Hex

#6BDBAC
(107,219,172)
0 Favorites   0 Comments

Color spaces of #6bdbac

RGB 107219172
HSL0.430.610.64
HSV155°51°86°
CMYK 0.510.000.21   0.14
XYZ38.841356.767447.9398
Yxy56.76740.27060.3955
Hunter Lab75.3441-39.832215.0160
CIE-Lab80.0486-42.961613.4498

#6bdbac color RGB value is (107,219,172).

#6bdbac hex color red value is 107, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6bdbac hue: 0.43 , saturation: 0.61 and the lightness value of 6bdbac is 0.64.

The process color (four color CMYK) of #6bdbac color hex is 0.51, 0.00, 0.21, 0.14. Web safe color of #6bdbac is #66cc99. Color #6bdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10101100
Octal 153 333 254
Decimal 107 219 172
Hex 6B DB AC

RGB Percentages of Color #6bdbac

%21.49
%43.98
%34.54

CMYK Percentages of Color #6bdbac

%51
%0
%21
%14

Triadic Colors of #6bdbac

#6bdbac #ac6bdb #dbac6b

Analogous Colors of #6bdbac

#6bdbac #6bd2db #6bdb74

Monochromatic Colors of #6bdbac

#6bdbac

Complementary Color

#6bdbac #db6b9a

#6bdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbac Color CSS Codes

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

#6bdbac Text Font Color

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

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


#6bdbac Background Color

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

This div background color is #6bdbac


#6bdbac Border Color

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

This div border color is #6bdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbac


Comments

No comments written yet.

Please login to write comment.