Color Hex Logo

#2ebffc Color Hex

#2EBFFC
(46,191,252)
0 Favorites   0 Comments

Color spaces of #2ebffc

RGB 46191252
HSL0.550.970.58
HSV198°82°99°
CMYK 0.820.240.00   0.01
XYZ37.328244.870798.7890
Yxy44.87070.20620.2479
Hunter Lab66.9856-17.7544-40.5498
CIE-Lab72.8067-16.6285-40.5032

#2ebffc color RGB value is (46,191,252).

#2ebffc hex color red value is 46, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2ebffc hue: 0.55 , saturation: 0.97 and the lightness value of 2ebffc is 0.58.

The process color (four color CMYK) of #2ebffc color hex is 0.82, 0.24, 0.00, 0.01. Web safe color of #2ebffc is #33ccff. Color #2ebffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11111100
Octal 56 277 374
Decimal 46 191 252
Hex 2E BF FC

RGB Percentages of Color #2ebffc

%9.41
%39.06
%51.53

CMYK Percentages of Color #2ebffc

%82
%24
%0
%1

Triadic Colors of #2ebffc

#2ebffc #fc2ebf #bffc2e

Analogous Colors of #2ebffc

#2ebffc #2e58fc #2efcd2

Monochromatic Colors of #2ebffc

#2ebffc

Complementary Color

#2ebffc #fc6b2e

#2ebffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebffc Color CSS Codes

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

#2ebffc Text Font Color

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

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


#2ebffc Background Color

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

This div background color is #2ebffc


#2ebffc Border Color

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

This div border color is #2ebffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebffc

Related Colors


Comments

No comments written yet.

Please login to write comment.