Color Hex Logo

#2eb2df Color Hex

#2EB2DF
(46,178,223)
0 Favorites   0 Comments

Color spaces of #2eb2df

RGB 46178223
HSL0.540.730.53
HSV195°79°87°
CMYK 0.790.200.00   0.13
XYZ30.366437.749375.4979
Yxy37.74930.21140.2629
Hunter Lab61.4405-19.2988-29.8471
CIE-Lab67.8354-19.5468-32.4758

#2eb2df color RGB value is (46,178,223).

#2eb2df hex color red value is 46, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2eb2df hue: 0.54 , saturation: 0.73 and the lightness value of 2eb2df is 0.53.

The process color (four color CMYK) of #2eb2df color hex is 0.79, 0.20, 0.00, 0.13. Web safe color of #2eb2df is #3399cc. Color #2eb2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 11011111
Octal 56 262 337
Decimal 46 178 223
Hex 2E B2 DF

RGB Percentages of Color #2eb2df

%10.29
%39.82
%49.89

CMYK Percentages of Color #2eb2df

%79
%20
%0
%13

Triadic Colors of #2eb2df

#2eb2df #df2eb2 #b2df2e

Analogous Colors of #2eb2df

#2eb2df #2e5adf #2edfb4

Monochromatic Colors of #2eb2df

#2eb2df

Complementary Color

#2eb2df #df5b2e

#2eb2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb2df Color CSS Codes

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

#2eb2df Text Font Color

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

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


#2eb2df Background Color

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

This div background color is #2eb2df


#2eb2df Border Color

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

This div border color is #2eb2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb2df


Comments

No comments written yet.

Please login to write comment.