Color Hex Logo

#6dacbe Color Hex

#6DACBE
(109,172,190)
0 Favorites   0 Comments

Color spaces of #6dacbe

RGB 109172190
HSL0.540.380.59
HSV193°43°75°
CMYK 0.430.090.00   0.25
XYZ30.353536.474054.1556
Yxy36.47400.25090.3015
Hunter Lab60.3937-15.9760-10.8903
CIE-Lab66.8805-15.4792-15.5643

#6dacbe color RGB value is (109,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10111110
Octal 155 254 276
Decimal 109 172 190
Hex 6D AC BE

RGB Percentages of Color #6dacbe

%23.14
%36.52
%40.34

CMYK Percentages of Color #6dacbe

%43
%9
%0
%25

Triadic Colors of #6dacbe

#6dacbe #be6dac #acbe6d

Analogous Colors of #6dacbe

#6dacbe #6d84be #6dbea8

Monochromatic Colors of #6dacbe

#6dacbe

Complementary Color

#6dacbe #be7f6d

#6dacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacbe Color CSS Codes

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

#6dacbe Text Font Color

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

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


#6dacbe Background Color

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

This div background color is #6dacbe


#6dacbe Border Color

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

This div border color is #6dacbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,172,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 #6dacbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacbe


Comments

No comments written yet.

Please login to write comment.