Color Hex Logo

#2fc9db Color Hex

#2FC9DB
(47,201,219)
0 Favorites   0 Comments

Color spaces of #2fc9db

RGB 47201219
HSL0.520.700.52
HSV186°79°86°
CMYK 0.790.080.00   0.14
XYZ34.845147.492174.3482
Yxy47.49210.22240.3031
Hunter Lab68.9145-30.3458-15.7247
CIE-Lab74.5034-32.2482-20.0761

#2fc9db color RGB value is (47,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11001001 11011011
Octal 57 311 333
Decimal 47 201 219
Hex 2F C9 DB

RGB Percentages of Color #2fc9db

%10.06
%43.04
%46.90

CMYK Percentages of Color #2fc9db

%79
%8
%0
%14

Triadic Colors of #2fc9db

#2fc9db #db2fc9 #c9db2f

Analogous Colors of #2fc9db

#2fc9db #2f73db #2fdb97

Monochromatic Colors of #2fc9db

#2fc9db

Complementary Color

#2fc9db #db412f

#2fc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fc9db Color CSS Codes

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

#2fc9db Text Font Color

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

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


#2fc9db Background Color

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

This div background color is #2fc9db


#2fc9db Border Color

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

This div border color is #2fc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fc9db


Comments

No comments written yet.

Please login to write comment.