Color Hex Logo

#6dabbf Color Hex

#6DABBF
(109,171,191)
0 Favorites   0 Comments

Color spaces of #6dabbf

RGB 109171191
HSL0.540.390.59
HSV195°43°75°
CMYK 0.430.100.00   0.25
XYZ30.273636.138654.6701
Yxy36.13860.25000.2985
Hunter Lab60.1154-15.3108-11.8387
CIE-Lab66.6257-14.6810-16.5039

#6dabbf color RGB value is (109,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 10111111
Octal 155 253 277
Decimal 109 171 191
Hex 6D AB BF

RGB Percentages of Color #6dabbf

%23.14
%36.31
%40.55

CMYK Percentages of Color #6dabbf

%43
%10
%0
%25

Triadic Colors of #6dabbf

#6dabbf #bf6dab #abbf6d

Analogous Colors of #6dabbf

#6dabbf #6d82bf #6dbfaa

Monochromatic Colors of #6dabbf

#6dabbf

Complementary Color

#6dabbf #bf816d

#6dabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabbf Color CSS Codes

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

#6dabbf Text Font Color

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

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


#6dabbf Background Color

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

This div background color is #6dabbf


#6dabbf Border Color

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

This div border color is #6dabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabbf


Comments

No comments written yet.

Please login to write comment.