Color Hex Logo

#2feafc Color Hex

#2FEAFC
(47,234,252)
0 Favorites   0 Comments

Color spaces of #2feafc

RGB 47234252
HSL0.510.970.59
HSV185°81°99°
CMYK 0.810.070.00   0.01
XYZ48.165866.4782102.3884
Yxy66.47820.22190.3063
Hunter Lab81.5342-37.2370-17.3809
CIE-Lab85.2398-37.7481-21.3904

#2feafc color RGB value is (47,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101010 11111100
Octal 57 352 374
Decimal 47 234 252
Hex 2F EA FC

RGB Percentages of Color #2feafc

%8.82
%43.90
%47.28

CMYK Percentages of Color #2feafc

%81
%7
%0
%1

Triadic Colors of #2feafc

#2feafc #fc2fea #eafc2f

Analogous Colors of #2feafc

#2feafc #2f84fc #2ffca8

Monochromatic Colors of #2feafc

#2feafc

Complementary Color

#2feafc #fc412f

#2feafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2feafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2feafc Color CSS Codes

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

#2feafc Text Font Color

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

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


#2feafc Background Color

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

This div background color is #2feafc


#2feafc Border Color

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

This div border color is #2feafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2feafc


Comments

No comments written yet.

Please login to write comment.