Color Hex Logo

#4be2eb Color Hex

#4BE2EB
(75,226,235)
0 Favorites   0 Comments

Color spaces of #4be2eb

RGB 75226235
HSL0.510.800.61
HSV183°68°92°
CMYK 0.680.040.00   0.08
XYZ45.093461.886788.1659
Yxy61.88670.23110.3171
Hunter Lab78.6681-35.3511-11.3806
CIE-Lab82.8531-36.1238-15.9768

#4be2eb color RGB value is (75,226,235).

#4be2eb hex color red value is 75, green value is 226 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4be2eb hue: 0.51 , saturation: 0.80 and the lightness value of 4be2eb is 0.61.

The process color (four color CMYK) of #4be2eb color hex is 0.68, 0.04, 0.00, 0.08. Web safe color of #4be2eb is #33ccff. Color #4be2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100010 11101011
Octal 113 342 353
Decimal 75 226 235
Hex 4B E2 EB

RGB Percentages of Color #4be2eb

%13.99
%42.16
%43.84

CMYK Percentages of Color #4be2eb

%68
%4
%0
%8

Triadic Colors of #4be2eb

#4be2eb #eb4be2 #e2eb4b

Analogous Colors of #4be2eb

#4be2eb #4b92eb #4beba4

Monochromatic Colors of #4be2eb

#4be2eb

Complementary Color

#4be2eb #eb544b

#4be2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be2eb Color CSS Codes

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

#4be2eb Text Font Color

<p style="color:#4be2eb">Text here</p>

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


#4be2eb Background Color

<div style="background-color:#4be2eb">
Div content here</div>

This div background color is #4be2eb


#4be2eb Border Color

<div style="border:3px solid #4be2eb">
Div here</div>

This div border color is #4be2eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,226,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4be2eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4be2eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4be2eb;
  box-shadow:         1px 1px 3px 2px #4be2eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,226,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be2eb


Comments

No comments written yet.

Please login to write comment.