Color Hex Logo

#2ea0dd Color Hex

#2EA0DD
(46,160,221)
0 Favorites   0 Comments

Color spaces of #2ea0dd

RGB 46160221
HSL0.560.720.52
HSV201°79°87°
CMYK 0.790.280.00   0.13
XYZ26.748730.942972.9694
Yxy30.94290.20470.2368
Hunter Lab55.6263-11.5119-38.8369
CIE-Lab62.4594-10.5261-39.7462

#2ea0dd color RGB value is (46,160,221).

#2ea0dd hex color red value is 46, green value is 160 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2ea0dd hue: 0.56 , saturation: 0.72 and the lightness value of 2ea0dd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100000 11011101
Octal 56 240 335
Decimal 46 160 221
Hex 2E A0 DD

RGB Percentages of Color #2ea0dd

%10.77
%37.47
%51.76

CMYK Percentages of Color #2ea0dd

%79
%28
%0
%13

Triadic Colors of #2ea0dd

#2ea0dd #dd2ea0 #a0dd2e

Analogous Colors of #2ea0dd

#2ea0dd #2e48dd #2eddc3

Monochromatic Colors of #2ea0dd

#2ea0dd

Complementary Color

#2ea0dd #dd6b2e

#2ea0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea0dd Color CSS Codes

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

#2ea0dd Text Font Color

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

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


#2ea0dd Background Color

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

This div background color is #2ea0dd


#2ea0dd Border Color

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

This div border color is #2ea0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea0dd


Comments

No comments written yet.

Please login to write comment.