Color Hex Logo

#6daab8 Color Hex

#6DAAB8
(109,170,184)
0 Favorites   0 Comments

Color spaces of #6daab8

RGB 109170184
HSL0.530.350.57
HSV191°41°72°
CMYK 0.410.080.00   0.28
XYZ29.333135.461450.6461
Yxy35.46140.25410.3072
Hunter Lab59.5495-16.2854-8.7408
CIE-Lab66.1063-16.0157-13.3994

#6daab8 color RGB value is (109,170,184).

#6daab8 hex color red value is 109, green value is 170 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #6daab8 hue: 0.53 , saturation: 0.35 and the lightness value of 6daab8 is 0.57.

The process color (four color CMYK) of #6daab8 color hex is 0.41, 0.08, 0.00, 0.28. Web safe color of #6daab8 is #6699cc. Color #6daab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 10111000
Octal 155 252 270
Decimal 109 170 184
Hex 6D AA B8

RGB Percentages of Color #6daab8

%23.54
%36.72
%39.74

CMYK Percentages of Color #6daab8

%41
%8
%0
%28

Triadic Colors of #6daab8

#6daab8 #b86daa #aab86d

Analogous Colors of #6daab8

#6daab8 #6d85b8 #6db8a1

Monochromatic Colors of #6daab8

#6daab8

Complementary Color

#6daab8 #b87b6d

#6daab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daab8 Color CSS Codes

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

#6daab8 Text Font Color

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

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


#6daab8 Background Color

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

This div background color is #6daab8


#6daab8 Border Color

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

This div border color is #6daab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daab8


Comments

No comments written yet.

Please login to write comment.