Color Hex Logo

#2ecefd Color Hex

#2ECEFD
(46,206,253)
0 Favorites   0 Comments

Color spaces of #2ecefd

RGB 46206253
HSL0.540.980.59
HSV194°82°99°
CMYK 0.820.190.00   0.01
XYZ40.927651.8153100.7727
Yxy51.81530.21150.2678
Hunter Lab71.9828-24.4795-32.6153
CIE-Lab77.1703-24.0273-34.2672

#2ecefd color RGB value is (46,206,253).

#2ecefd hex color red value is 46, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2ecefd hue: 0.54 , saturation: 0.98 and the lightness value of 2ecefd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001110 11111101
Octal 56 316 375
Decimal 46 206 253
Hex 2E CE FD

RGB Percentages of Color #2ecefd

%9.11
%40.79
%50.10

CMYK Percentages of Color #2ecefd

%82
%19
%0
%1

Triadic Colors of #2ecefd

#2ecefd #fd2ece #cefd2e

Analogous Colors of #2ecefd

#2ecefd #2e67fd #2efdc5

Monochromatic Colors of #2ecefd

#2ecefd

Complementary Color

#2ecefd #fd5d2e

#2ecefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecefd Color CSS Codes

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

#2ecefd Text Font Color

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

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


#2ecefd Background Color

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

This div background color is #2ecefd


#2ecefd Border Color

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

This div border color is #2ecefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecefd


Comments

No comments written yet.

Please login to write comment.