Color Hex Logo

#6ffbcd Color Hex

#6FFBCD
(111,251,205)
0 Favorites   0 Comments

Color spaces of #6ffbcd

RGB 111251205
HSL0.450.950.71
HSV160°56°98°
CMYK 0.560.000.18   0.02
XYZ52.072276.781669.8335
Yxy76.78160.26210.3864
Hunter Lab87.6251-47.268314.0860
CIE-Lab90.2210-48.721210.6626

#6ffbcd color RGB value is (111,251,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11001101
Octal 157 373 315
Decimal 111 251 205
Hex 6F FB CD

RGB Percentages of Color #6ffbcd

%19.58
%44.27
%36.16

CMYK Percentages of Color #6ffbcd

%56
%0
%18
%2

Triadic Colors of #6ffbcd

#6ffbcd #cd6ffb #fbcd6f

Analogous Colors of #6ffbcd

#6ffbcd #6fe3fb #6ffb87

Monochromatic Colors of #6ffbcd

#6ffbcd

Complementary Color

#6ffbcd #fb6f9d

#6ffbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbcd Color CSS Codes

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

#6ffbcd Text Font Color

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

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


#6ffbcd Background Color

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

This div background color is #6ffbcd


#6ffbcd Border Color

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

This div border color is #6ffbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbcd


Comments

No comments written yet.

Please login to write comment.