Color Hex Logo

#2ebfd6 Color Hex

#2EBFD6
(46,191,214)
0 Favorites   0 Comments

Color spaces of #2ebfd6

RGB 46191214
HSL0.520.670.51
HSV188°79°84°
CMYK 0.790.110.00   0.16
XYZ31.895142.697570.1787
Yxy42.69750.22030.2949
Hunter Lab65.3433-27.2222-17.9371
CIE-Lab71.3492-29.0501-22.1587

#2ebfd6 color RGB value is (46,191,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11010110
Octal 56 277 326
Decimal 46 191 214
Hex 2E BF D6

RGB Percentages of Color #2ebfd6

%10.20
%42.35
%47.45

CMYK Percentages of Color #2ebfd6

%79
%11
%0
%16

Triadic Colors of #2ebfd6

#2ebfd6 #d62ebf #bfd62e

Analogous Colors of #2ebfd6

#2ebfd6 #2e6bd6 #2ed699

Monochromatic Colors of #2ebfd6

#2ebfd6

Complementary Color

#2ebfd6 #d6452e

#2ebfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebfd6 Color CSS Codes

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

#2ebfd6 Text Font Color

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

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


#2ebfd6 Background Color

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

This div background color is #2ebfd6


#2ebfd6 Border Color

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

This div border color is #2ebfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebfd6


Comments

No comments written yet.

Please login to write comment.