Color Hex Logo

#6ffbed Color Hex

#6FFBED
(111,251,237)
0 Favorites   0 Comments

Color spaces of #6ffbed

RGB 111251237
HSL0.480.950.71
HSV174°56°98°
CMYK 0.560.000.06   0.02
XYZ56.338878.488392.3012
Yxy78.48830.24800.3456
Hunter Lab88.5936-41.52640.2443
CIE-Lab91.0023-41.2066-4.7967

#6ffbed color RGB value is (111,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111011 11101101
Octal 157 373 355
Decimal 111 251 237
Hex 6F FB ED

RGB Percentages of Color #6ffbed

%18.53
%41.90
%39.57

CMYK Percentages of Color #6ffbed

%56
%0
%6
%2

Triadic Colors of #6ffbed

#6ffbed #ed6ffb #fbed6f

Analogous Colors of #6ffbed

#6ffbed #6fc3fb #6ffba7

Monochromatic Colors of #6ffbed

#6ffbed

Complementary Color

#6ffbed #fb6f7d

#6ffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffbed Color CSS Codes

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

#6ffbed Text Font Color

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

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


#6ffbed Background Color

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

This div background color is #6ffbed


#6ffbed Border Color

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

This div border color is #6ffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffbed


Comments

No comments written yet.

Please login to write comment.