Color Hex Logo

#6ffbce Color Hex

#6FFBCE
(111,251,206)
0 Favorites   0 Comments

Color spaces of #6ffbce

RGB 111251206
HSL0.450.950.71
HSV161°56°98°
CMYK 0.560.000.18   0.02
XYZ52.193376.830170.4713
Yxy76.83010.26160.3851
Hunter Lab87.6528-47.103613.6888
CIE-Lab90.2434-48.500610.1777

#6ffbce color RGB value is (111,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11001110
Octal 157 373 316
Decimal 111 251 206
Hex 6F FB CE

RGB Percentages of Color #6ffbce

%19.54
%44.19
%36.27

CMYK Percentages of Color #6ffbce

%56
%0
%18
%2

Triadic Colors of #6ffbce

#6ffbce #ce6ffb #fbce6f

Analogous Colors of #6ffbce

#6ffbce #6fe2fb #6ffb88

Monochromatic Colors of #6ffbce

#6ffbce

Complementary Color

#6ffbce #fb6f9c

#6ffbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbce Color CSS Codes

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

#6ffbce Text Font Color

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

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


#6ffbce Background Color

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

This div background color is #6ffbce


#6ffbce Border Color

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

This div border color is #6ffbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbce

Related Colors


Comments

No comments written yet.

Please login to write comment.