Color Hex Logo

#2eafdc Color Hex

#2EAFDC
(46,175,220)
0 Favorites   0 Comments

Color spaces of #2eafdc

RGB 46175220
HSL0.540.710.52
HSV196°79°86°
CMYK 0.790.200.00   0.14
XYZ29.375036.408173.1894
Yxy36.40810.21140.2620
Hunter Lab60.3391-18.6940-29.6795
CIE-Lab66.8306-18.9766-32.3854

#2eafdc color RGB value is (46,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101111 11011100
Octal 56 257 334
Decimal 46 175 220
Hex 2E AF DC

RGB Percentages of Color #2eafdc

%10.43
%39.68
%49.89

CMYK Percentages of Color #2eafdc

%79
%20
%0
%14

Triadic Colors of #2eafdc

#2eafdc #dc2eaf #afdc2e

Analogous Colors of #2eafdc

#2eafdc #2e58dc #2edcb2

Monochromatic Colors of #2eafdc

#2eafdc

Complementary Color

#2eafdc #dc5b2e

#2eafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eafdc Color CSS Codes

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

#2eafdc Text Font Color

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

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


#2eafdc Background Color

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

This div background color is #2eafdc


#2eafdc Border Color

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

This div border color is #2eafdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,175,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 #2eafdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eafdc


Comments

No comments written yet.

Please login to write comment.