Color Hex Logo

#6dbcae Color Hex

#6DBCAE
(109,188,174)
0 Favorites   0 Comments

Color spaces of #6dbcae

RGB 109188174
HSL0.470.370.58
HSV169°42°74°
CMYK 0.420.000.07   0.26
XYZ31.929942.273646.5211
Yxy42.27360.26450.3502
Hunter Lab65.0182-26.12183.0902
CIE-Lab71.0591-27.6737-0.5333

#6dbcae color RGB value is (109,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111100 10101110
Octal 155 274 256
Decimal 109 188 174
Hex 6D BC AE

RGB Percentages of Color #6dbcae

%23.14
%39.92
%36.94

CMYK Percentages of Color #6dbcae

%42
%0
%7
%26

Triadic Colors of #6dbcae

#6dbcae #ae6dbc #bcae6d

Analogous Colors of #6dbcae

#6dbcae #6da3bc #6dbc87

Monochromatic Colors of #6dbcae

#6dbcae

Complementary Color

#6dbcae #bc6d7b

#6dbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbcae Color CSS Codes

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

#6dbcae Text Font Color

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

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


#6dbcae Background Color

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

This div background color is #6dbcae


#6dbcae Border Color

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

This div border color is #6dbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbcae


Comments

No comments written yet.

Please login to write comment.