Color Hex Logo

#2ebce1 Color Hex

#2EBCE1
(46,188,225)
0 Favorites   0 Comments

Color spaces of #2ebce1

RGB 46188225
HSL0.530.750.53
HSV192°80°88°
CMYK 0.800.160.00   0.12
XYZ32.700541.983577.6143
Yxy41.98350.21470.2757
Hunter Lab64.7947-23.3055-25.6643
CIE-Lab70.8595-24.0393-28.9008

#2ebce1 color RGB value is (46,188,225).

#2ebce1 hex color red value is 46, green value is 188 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #2ebce1 hue: 0.53 , saturation: 0.75 and the lightness value of 2ebce1 is 0.53.

The process color (four color CMYK) of #2ebce1 color hex is 0.80, 0.16, 0.00, 0.12. Web safe color of #2ebce1 is #33cccc. Color #2ebce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111100 11100001
Octal 56 274 341
Decimal 46 188 225
Hex 2E BC E1

RGB Percentages of Color #2ebce1

%10.02
%40.96
%49.02

CMYK Percentages of Color #2ebce1

%80
%16
%0
%12

Triadic Colors of #2ebce1

#2ebce1 #e12ebc #bce12e

Analogous Colors of #2ebce1

#2ebce1 #2e62e1 #2ee1ad

Monochromatic Colors of #2ebce1

#2ebce1

Complementary Color

#2ebce1 #e1532e

#2ebce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebce1 Color CSS Codes

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

#2ebce1 Text Font Color

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

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


#2ebce1 Background Color

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

This div background color is #2ebce1


#2ebce1 Border Color

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

This div border color is #2ebce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebce1


Comments

No comments written yet.

Please login to write comment.