Color Hex Logo

#6efbcd Color Hex

#6EFBCD
(110,251,205)
0 Favorites   0 Comments

Color spaces of #6efbcd

RGB 110251205
HSL0.450.950.71
HSV160°56°98°
CMYK 0.560.000.18   0.02
XYZ51.947076.717169.8276
Yxy76.71710.26170.3865
Hunter Lab87.5883-47.414514.0443
CIE-Lab90.1912-48.921110.6162

#6efbcd color RGB value is (110,251,205).

#6efbcd hex color red value is 110, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6efbcd hue: 0.45 , saturation: 0.95 and the lightness value of 6efbcd is 0.71.

The process color (four color CMYK) of #6efbcd color hex is 0.56, 0.00, 0.18, 0.02. Web safe color of #6efbcd is #66ffcc. Color #6efbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111011 11001101
Octal 156 373 315
Decimal 110 251 205
Hex 6E FB CD

RGB Percentages of Color #6efbcd

%19.43
%44.35
%36.22

CMYK Percentages of Color #6efbcd

%56
%0
%18
%2

Triadic Colors of #6efbcd

#6efbcd #cd6efb #fbcd6e

Analogous Colors of #6efbcd

#6efbcd #6ee3fb #6efb87

Monochromatic Colors of #6efbcd

#6efbcd

Complementary Color

#6efbcd #fb6e9c

#6efbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efbcd Color CSS Codes

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

#6efbcd Text Font Color

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

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


#6efbcd Background Color

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

This div background color is #6efbcd


#6efbcd Border Color

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

This div border color is #6efbcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,251,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6efbcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6efbcd;
  -webkit-box-shadow: 1px 1px 3px 2px #6efbcd;
  box-shadow:         1px 1px 3px 2px #6efbcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,251,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efbcd


Comments

No comments written yet.

Please login to write comment.