Color Hex Logo

#6fdebd Color Hex

#6FDEBD
(111,222,189)
0 Favorites   0 Comments

Color spaces of #6fdebd

RGB 111222189
HSL0.450.630.65
HSV162°50°87°
CMYK 0.500.000.15   0.13
XYZ41.862159.296257.3831
Yxy59.29620.26400.3740
Hunter Lab77.0040-37.71829.7201
CIE-Lab81.4541-39.64026.4752

#6fdebd color RGB value is (111,222,189).

#6fdebd hex color red value is 111, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6fdebd hue: 0.45 , saturation: 0.63 and the lightness value of 6fdebd is 0.65.

The process color (four color CMYK) of #6fdebd color hex is 0.50, 0.00, 0.15, 0.13. Web safe color of #6fdebd is #66cccc. Color #6fdebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 10111101
Octal 157 336 275
Decimal 111 222 189
Hex 6F DE BD

RGB Percentages of Color #6fdebd

%21.26
%42.53
%36.21

CMYK Percentages of Color #6fdebd

%50
%0
%15
%13

Triadic Colors of #6fdebd

#6fdebd #bd6fde #debd6f

Analogous Colors of #6fdebd

#6fdebd #6fc8de #6fde86

Monochromatic Colors of #6fdebd

#6fdebd

Complementary Color

#6fdebd #de6f90

#6fdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdebd Color CSS Codes

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

#6fdebd Text Font Color

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

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


#6fdebd Background Color

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

This div background color is #6fdebd


#6fdebd Border Color

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

This div border color is #6fdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdebd


Comments

No comments written yet.

Please login to write comment.