Color Hex Logo

#6bdbad Color Hex

#6BDBAD
(107,219,173)
0 Favorites   0 Comments

Color spaces of #6bdbad

RGB 107219173
HSL0.430.610.64
HSV155°51°86°
CMYK 0.510.000.21   0.14
XYZ38.937756.806048.4476
Yxy56.80600.27000.3940
Hunter Lab75.3698-39.680014.6473
CIE-Lab80.0704-42.748712.9520

#6bdbad color RGB value is (107,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10101101
Octal 153 333 255
Decimal 107 219 173
Hex 6B DB AD

RGB Percentages of Color #6bdbad

%21.44
%43.89
%34.67

CMYK Percentages of Color #6bdbad

%51
%0
%21
%14

Triadic Colors of #6bdbad

#6bdbad #ad6bdb #dbad6b

Analogous Colors of #6bdbad

#6bdbad #6bd1db #6bdb75

Monochromatic Colors of #6bdbad

#6bdbad

Complementary Color

#6bdbad #db6b99

#6bdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbad Color CSS Codes

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

#6bdbad Text Font Color

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

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


#6bdbad Background Color

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

This div background color is #6bdbad


#6bdbad Border Color

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

This div border color is #6bdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbad


Comments

No comments written yet.

Please login to write comment.