Color Hex Logo

#6dabbe Color Hex

#6DABBE
(109,171,190)
0 Favorites   0 Comments

Color spaces of #6dabbe

RGB 109171190
HSL0.540.380.59
HSV194°43°75°
CMYK 0.430.100.00   0.25
XYZ30.163836.094754.0924
Yxy36.09470.25060.2999
Hunter Lab60.0789-15.5185-11.3269
CIE-Lab66.5922-14.9500-15.9997

#6dabbe color RGB value is (109,171,190).

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

The process color (four color CMYK) of #6dabbe color hex is 0.43, 0.10, 0.00, 0.25. Web safe color of #6dabbe is #6699cc. Color #6dabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 10111110
Octal 155 253 276
Decimal 109 171 190
Hex 6D AB BE

RGB Percentages of Color #6dabbe

%23.19
%36.38
%40.43

CMYK Percentages of Color #6dabbe

%43
%10
%0
%25

Triadic Colors of #6dabbe

#6dabbe #be6dab #abbe6d

Analogous Colors of #6dabbe

#6dabbe #6d83be #6dbea9

Monochromatic Colors of #6dabbe

#6dabbe

Complementary Color

#6dabbe #be806d

#6dabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabbe Color CSS Codes

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

#6dabbe Text Font Color

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

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


#6dabbe Background Color

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

This div background color is #6dabbe


#6dabbe Border Color

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

This div border color is #6dabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabbe


Comments

No comments written yet.

Please login to write comment.