Color Hex Logo

#6dbebd Color Hex

#6DBEBD
(109,190,189)
0 Favorites   0 Comments

Color spaces of #6dbebd

RGB 109190189
HSL0.500.380.59
HSV179°43°75°
CMYK 0.430.000.01   0.25
XYZ33.905443.752254.8021
Yxy43.75220.25600.3303
Hunter Lab66.1454-24.2575-2.8205
CIE-Lab72.0626-24.9734-7.2578

#6dbebd color RGB value is (109,190,189).

#6dbebd hex color red value is 109, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6dbebd hue: 0.50 , saturation: 0.38 and the lightness value of 6dbebd is 0.59.

The process color (four color CMYK) of #6dbebd color hex is 0.43, 0.00, 0.01, 0.25. Web safe color of #6dbebd is #66cccc. Color #6dbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111110 10111101
Octal 155 276 275
Decimal 109 190 189
Hex 6D BE BD

RGB Percentages of Color #6dbebd

%22.34
%38.93
%38.73

CMYK Percentages of Color #6dbebd

%43
%0
%1
%25

Triadic Colors of #6dbebd

#6dbebd #bd6dbe #bebd6d

Analogous Colors of #6dbebd

#6dbebd #6d97be #6dbe95

Monochromatic Colors of #6dbebd

#6dbebd

Complementary Color

#6dbebd #be6d6e

#6dbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbebd Color CSS Codes

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

#6dbebd Text Font Color

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

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


#6dbebd Background Color

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

This div background color is #6dbebd


#6dbebd Border Color

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

This div border color is #6dbebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,190,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dbebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dbebd;
  -webkit-box-shadow: 1px 1px 3px 2px #6dbebd;
  box-shadow:         1px 1px 3px 2px #6dbebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,190,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbebd


Comments

No comments written yet.

Please login to write comment.