Color Hex Logo

#2fd6db Color Hex

#2FD6DB
(47,214,219)
0 Favorites   0 Comments

Color spaces of #2fd6db

RGB 47214219
HSL0.500.700.52
HSV182°79°86°
CMYK 0.790.020.00   0.14
XYZ38.005053.811975.4015
Yxy53.81190.22730.3218
Hunter Lab73.3566-35.8958-9.5932
CIE-Lab78.3519-38.3308-14.2686

#2fd6db color RGB value is (47,214,219).

#2fd6db hex color red value is 47, green value is 214 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2fd6db hue: 0.50 , saturation: 0.70 and the lightness value of 2fd6db is 0.52.

The process color (four color CMYK) of #2fd6db color hex is 0.79, 0.02, 0.00, 0.14. Web safe color of #2fd6db is #33cccc. Color #2fd6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11010110 11011011
Octal 57 326 333
Decimal 47 214 219
Hex 2F D6 DB

RGB Percentages of Color #2fd6db

%9.79
%44.58
%45.63

CMYK Percentages of Color #2fd6db

%79
%2
%0
%14

Triadic Colors of #2fd6db

#2fd6db #db2fd6 #d6db2f

Analogous Colors of #2fd6db

#2fd6db #2f80db #2fdb8a

Monochromatic Colors of #2fd6db

#2fd6db

Complementary Color

#2fd6db #db342f

#2fd6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fd6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fd6db Color CSS Codes

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

#2fd6db Text Font Color

<p style="color:#2fd6db">Text here</p>

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


#2fd6db Background Color

<div style="background-color:#2fd6db">
Div content here</div>

This div background color is #2fd6db


#2fd6db Border Color

<div style="border:3px solid #2fd6db">
Div here</div>

This div border color is #2fd6db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,214,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fd6db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fd6db;
  -webkit-box-shadow: 1px 1px 3px 2px #2fd6db;
  box-shadow:         1px 1px 3px 2px #2fd6db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,214,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 #2fd6db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fd6db

#2fd6db Color Palettes


Comments

No comments written yet.

Please login to write comment.