Color Hex Logo

#6fffdb Color Hex

#6FFFDB
(111,255,219)
0 Favorites   0 Comments

Color spaces of #6fffdb

RGB 111255219
HSL0.461.000.72
HSV165°56°100°
CMYK 0.560.000.14   0.00
XYZ55.101780.014079.5579
Yxy80.01400.25670.3727
Hunter Lab89.4505-46.58219.8825
CIE-Lab91.6911-47.27295.5368

#6fffdb color RGB value is (111,255,219).

#6fffdb hex color red value is 111, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6fffdb hue: 0.46 , saturation: 1.00 and the lightness value of 6fffdb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111111 11011011
Octal 157 377 333
Decimal 111 255 219
Hex 6F FF DB

RGB Percentages of Color #6fffdb

%18.97
%43.59
%37.44

CMYK Percentages of Color #6fffdb

%56
%0
%14
%0

Triadic Colors of #6fffdb

#6fffdb #db6fff #ffdb6f

Analogous Colors of #6fffdb

#6fffdb #6fdbff #6fff93

Monochromatic Colors of #6fffdb

#6fffdb

Complementary Color

#6fffdb #ff6f93

#6fffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fffdb Color CSS Codes

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

#6fffdb Text Font Color

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

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


#6fffdb Background Color

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

This div background color is #6fffdb


#6fffdb Border Color

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

This div border color is #6fffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fffdb


Comments

No comments written yet.

Please login to write comment.