Color Hex Logo

#2ff9fe Color Hex

#2FF9FE
(47,249,254)
0 Favorites   0 Comments

Color spaces of #2ff9fe

RGB 47249254
HSL0.500.990.59
HSV181°81°100°
CMYK 0.810.020.00   0.00
XYZ52.937475.5115105.5510
Yxy75.51150.22620.3227
Hunter Lab86.8974-43.3291-11.1892
CIE-Lab89.6320-43.9291-15.8145

#2ff9fe color RGB value is (47,249,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111001 11111110
Octal 57 371 376
Decimal 47 249 254
Hex 2F F9 FE

RGB Percentages of Color #2ff9fe

%8.55
%45.27
%46.18

CMYK Percentages of Color #2ff9fe

%81
%2
%0
%0

Triadic Colors of #2ff9fe

#2ff9fe #fe2ff9 #f9fe2f

Analogous Colors of #2ff9fe

#2ff9fe #2f92fe #2ffe9c

Monochromatic Colors of #2ff9fe

#2ff9fe

Complementary Color

#2ff9fe #fe342f

#2ff9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff9fe Color CSS Codes

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

#2ff9fe Text Font Color

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

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


#2ff9fe Background Color

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

This div background color is #2ff9fe


#2ff9fe Border Color

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

This div border color is #2ff9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.