Color Hex Logo

#6bdcae Color Hex

#6BDCAE
(107,220,174)
0 Favorites   0 Comments

Color spaces of #6bdcae

RGB 107220174
HSL0.430.620.64
HSV156°51°86°
CMYK 0.510.000.21   0.14
XYZ39.296657.368249.0464
Yxy57.36820.26970.3937
Hunter Lab75.7418-39.938214.6262
CIE-Lab80.3862-42.972912.8702

#6bdcae color RGB value is (107,220,174).

#6bdcae hex color red value is 107, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6bdcae hue: 0.43 , saturation: 0.62 and the lightness value of 6bdcae is 0.64.

The process color (four color CMYK) of #6bdcae color hex is 0.51, 0.00, 0.21, 0.14. Web safe color of #6bdcae is #66cc99. Color #6bdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 10101110
Octal 153 334 256
Decimal 107 220 174
Hex 6B DC AE

RGB Percentages of Color #6bdcae

%21.36
%43.91
%34.73

CMYK Percentages of Color #6bdcae

%51
%0
%21
%14

Triadic Colors of #6bdcae

#6bdcae #ae6bdc #dcae6b

Analogous Colors of #6bdcae

#6bdcae #6bd2dc #6bdc76

Monochromatic Colors of #6bdcae

#6bdcae

Complementary Color

#6bdcae #dc6b99

#6bdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcae Color CSS Codes

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

#6bdcae Text Font Color

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

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


#6bdcae Background Color

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

This div background color is #6bdcae


#6bdcae Border Color

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

This div border color is #6bdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcae


Comments

No comments written yet.

Please login to write comment.