Color Hex Logo

#2eaccb Color Hex

#2EACCB
(46,172,203)
0 Favorites   0 Comments

Color spaces of #2eaccb

RGB 46172203
HSL0.530.630.49
HSV192°77°80°
CMYK 0.770.150.00   0.20
XYZ26.658734.397761.7343
Yxy34.39770.21710.2801
Hunter Lab58.6496-21.5009-21.3537
CIE-Lab65.2770-23.0389-25.4005

#2eaccb color RGB value is (46,172,203).

#2eaccb hex color red value is 46, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2eaccb hue: 0.53 , saturation: 0.63 and the lightness value of 2eaccb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11001011
Octal 56 254 313
Decimal 46 172 203
Hex 2E AC CB

RGB Percentages of Color #2eaccb

%10.93
%40.86
%48.22

CMYK Percentages of Color #2eaccb

%77
%15
%0
%20

Triadic Colors of #2eaccb

#2eaccb #cb2eac #accb2e

Analogous Colors of #2eaccb

#2eaccb #2e5dcb #2ecb9c

Monochromatic Colors of #2eaccb

#2eaccb

Complementary Color

#2eaccb #cb4d2e

#2eaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaccb Color CSS Codes

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

#2eaccb Text Font Color

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

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


#2eaccb Background Color

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

This div background color is #2eaccb


#2eaccb Border Color

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

This div border color is #2eaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaccb


Comments

No comments written yet.

Please login to write comment.