Color Hex Logo

#2eb2de Color Hex

#2EB2DE
(46,178,222)
0 Favorites   0 Comments

Color spaces of #2eb2de

RGB 46178222
HSL0.540.730.53
HSV195°79°87°
CMYK 0.790.200.00   0.13
XYZ30.231937.695674.7898
Yxy37.69560.21180.2641
Hunter Lab61.3967-19.5505-29.2458
CIE-Lab67.7957-19.8808-31.9892

#2eb2de color RGB value is (46,178,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 11011110
Octal 56 262 336
Decimal 46 178 222
Hex 2E B2 DE

RGB Percentages of Color #2eb2de

%10.31
%39.91
%49.78

CMYK Percentages of Color #2eb2de

%79
%20
%0
%13

Triadic Colors of #2eb2de

#2eb2de #de2eb2 #b2de2e

Analogous Colors of #2eb2de

#2eb2de #2e5ade #2edeb2

Monochromatic Colors of #2eb2de

#2eb2de

Complementary Color

#2eb2de #de5a2e

#2eb2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb2de Color CSS Codes

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

#2eb2de Text Font Color

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

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


#2eb2de Background Color

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

This div background color is #2eb2de


#2eb2de Border Color

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

This div border color is #2eb2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb2de


Comments

No comments written yet.

Please login to write comment.