Color Hex Logo

#2ebfd4 Color Hex

#2EBFD4
(46,191,212)
0 Favorites   0 Comments

Color spaces of #2ebfd4

RGB 46191212
HSL0.520.660.51
HSV188°78°83°
CMYK 0.780.100.00   0.17
XYZ31.641242.595968.8415
Yxy42.59590.22110.2977
Hunter Lab65.2655-27.6766-16.8527
CIE-Lab71.2798-29.6757-21.1740

#2ebfd4 color RGB value is (46,191,212).

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

The process color (four color CMYK) of #2ebfd4 color hex is 0.78, 0.10, 0.00, 0.17. Web safe color of #2ebfd4 is #33cccc. Color #2ebfd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111111 11010100
Octal 56 277 324
Decimal 46 191 212
Hex 2E BF D4

RGB Percentages of Color #2ebfd4

%10.24
%42.54
%47.22

CMYK Percentages of Color #2ebfd4

%78
%10
%0
%17

Triadic Colors of #2ebfd4

#2ebfd4 #d42ebf #bfd42e

Analogous Colors of #2ebfd4

#2ebfd4 #2e6cd4 #2ed496

Monochromatic Colors of #2ebfd4

#2ebfd4

Complementary Color

#2ebfd4 #d4432e

#2ebfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebfd4 Color CSS Codes

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

#2ebfd4 Text Font Color

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

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


#2ebfd4 Background Color

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

This div background color is #2ebfd4


#2ebfd4 Border Color

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

This div border color is #2ebfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebfd4


Comments

No comments written yet.

Please login to write comment.