Color Hex Logo

#2ebfda Color Hex

#2EBFDA
(46,191,218)
0 Favorites   0 Comments

Color spaces of #2ebfda

RGB 46191218
HSL0.530.700.52
HSV189°79°85°
CMYK 0.790.120.00   0.15
XYZ32.412442.904472.9027
Yxy42.90440.21870.2895
Hunter Lab65.5015-26.2995-20.1384
CIE-Lab71.4900-27.7889-24.1228

#2ebfda color RGB value is (46,191,218).

#2ebfda hex color red value is 46, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2ebfda hue: 0.53 , saturation: 0.70 and the lightness value of 2ebfda is 0.52.

The process color (four color CMYK) of #2ebfda color hex is 0.79, 0.12, 0.00, 0.15. Web safe color of #2ebfda is #33cccc. Color #2ebfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11011010
Octal 56 277 332
Decimal 46 191 218
Hex 2E BF DA

RGB Percentages of Color #2ebfda

%10.11
%41.98
%47.91

CMYK Percentages of Color #2ebfda

%79
%12
%0
%15

Triadic Colors of #2ebfda

#2ebfda #da2ebf #bfda2e

Analogous Colors of #2ebfda

#2ebfda #2e69da #2eda9f

Monochromatic Colors of #2ebfda

#2ebfda

Complementary Color

#2ebfda #da492e

#2ebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebfda Color CSS Codes

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

#2ebfda Text Font Color

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

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


#2ebfda Background Color

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

This div background color is #2ebfda


#2ebfda Border Color

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

This div border color is #2ebfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebfda


Comments

No comments written yet.

Please login to write comment.