Color Hex Logo

#2ff9fc Color Hex

#2FF9FC
(47,249,252)
0 Favorites   0 Comments

Color spaces of #2ff9fc

RGB 47249252
HSL0.500.970.59
HSV181°81°99°
CMYK 0.810.010.00   0.01
XYZ52.618775.3840103.8727
Yxy75.38400.22690.3251
Hunter Lab86.8240-43.7640-10.1554
CIE-Lab89.5726-44.4999-14.8624

#2ff9fc color RGB value is (47,249,252).

#2ff9fc hex color red value is 47, green value is 249 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2ff9fc hue: 0.50 , saturation: 0.97 and the lightness value of 2ff9fc is 0.59.

The process color (four color CMYK) of #2ff9fc color hex is 0.81, 0.01, 0.00, 0.01. Web safe color of #2ff9fc is #33ffff. Color #2ff9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111001 11111100
Octal 57 371 374
Decimal 47 249 252
Hex 2F F9 FC

RGB Percentages of Color #2ff9fc

%8.58
%45.44
%45.99

CMYK Percentages of Color #2ff9fc

%81
%1
%0
%1

Triadic Colors of #2ff9fc

#2ff9fc #fc2ff9 #f9fc2f

Analogous Colors of #2ff9fc

#2ff9fc #2f93fc #2ffc99

Monochromatic Colors of #2ff9fc

#2ff9fc

Complementary Color

#2ff9fc #fc322f

#2ff9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff9fc Color CSS Codes

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

#2ff9fc Text Font Color

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

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


#2ff9fc Background Color

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

This div background color is #2ff9fc


#2ff9fc Border Color

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

This div border color is #2ff9fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,249,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff9fc


Comments

No comments written yet.

Please login to write comment.