Color Hex Logo

#2ea8dc Color Hex

#2EA8DC
(46,168,220)
0 Favorites   0 Comments

Color spaces of #2ea8dc

RGB 46168220
HSL0.550.710.52
HSV198°79°86°
CMYK 0.790.240.00   0.14
XYZ28.047633.753472.7469
Yxy33.75340.20850.2509
Hunter Lab58.0977-15.4971-33.5715
CIE-Lab64.7664-15.2498-35.5906

#2ea8dc color RGB value is (46,168,220).

#2ea8dc hex color red value is 46, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2ea8dc hue: 0.55 , saturation: 0.71 and the lightness value of 2ea8dc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101000 11011100
Octal 56 250 334
Decimal 46 168 220
Hex 2E A8 DC

RGB Percentages of Color #2ea8dc

%10.60
%38.71
%50.69

CMYK Percentages of Color #2ea8dc

%79
%24
%0
%14

Triadic Colors of #2ea8dc

#2ea8dc #dc2ea8 #a8dc2e

Analogous Colors of #2ea8dc

#2ea8dc #2e51dc #2edcb9

Monochromatic Colors of #2ea8dc

#2ea8dc

Complementary Color

#2ea8dc #dc622e

#2ea8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea8dc Color CSS Codes

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

#2ea8dc Text Font Color

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

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


#2ea8dc Background Color

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

This div background color is #2ea8dc


#2ea8dc Border Color

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

This div border color is #2ea8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea8dc


Comments

No comments written yet.

Please login to write comment.