Color Hex Logo

#6dbdbc Color Hex

#6DBDBC
(109,189,188)
0 Favorites   0 Comments

Color spaces of #6dbdbc

RGB 109189188
HSL0.500.380.58
HSV179°42°74°
CMYK 0.420.000.01   0.26
XYZ33.581443.277254.1604
Yxy43.27720.25630.3303
Hunter Lab65.7854-24.0058-2.7630
CIE-Lab71.7427-24.7279-7.1859

#6dbdbc color RGB value is (109,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 10111100
Octal 155 275 274
Decimal 109 189 188
Hex 6D BD BC

RGB Percentages of Color #6dbdbc

%22.43
%38.89
%38.68

CMYK Percentages of Color #6dbdbc

%42
%0
%1
%26

Triadic Colors of #6dbdbc

#6dbdbc #bc6dbd #bdbc6d

Analogous Colors of #6dbdbc

#6dbdbc #6d96bd #6dbd94

Monochromatic Colors of #6dbdbc

#6dbdbc

Complementary Color

#6dbdbc #bd6d6e

#6dbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbdbc Color CSS Codes

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

#6dbdbc Text Font Color

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

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


#6dbdbc Background Color

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

This div background color is #6dbdbc


#6dbdbc Border Color

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

This div border color is #6dbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbdbc


Comments

No comments written yet.

Please login to write comment.