Color Hex Logo

#6fddbb Color Hex

#6FDDBB
(111,221,187)
0 Favorites   0 Comments

Color spaces of #6fddbb

RGB 111221187
HSL0.450.620.65
HSV161°50°87°
CMYK 0.500.000.15   0.13
XYZ41.381658.680356.1591
Yxy58.68030.26490.3756
Hunter Lab76.6031-37.628210.1556
CIE-Lab81.1155-39.64197.0484

#6fddbb color RGB value is (111,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10111011
Octal 157 335 273
Decimal 111 221 187
Hex 6F DD BB

RGB Percentages of Color #6fddbb

%21.39
%42.58
%36.03

CMYK Percentages of Color #6fddbb

%50
%0
%15
%13

Triadic Colors of #6fddbb

#6fddbb #bb6fdd #ddbb6f

Analogous Colors of #6fddbb

#6fddbb #6fc8dd #6fdd84

Monochromatic Colors of #6fddbb

#6fddbb

Complementary Color

#6fddbb #dd6f91

#6fddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddbb Color CSS Codes

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

#6fddbb Text Font Color

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

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


#6fddbb Background Color

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

This div background color is #6fddbb


#6fddbb Border Color

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

This div border color is #6fddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddbb


Comments

No comments written yet.

Please login to write comment.