Color Hex Logo

#4ebbea Color Hex

#4EBBEA
(78,187,234)
0 Favorites   0 Comments

Color spaces of #4ebbea

RGB 78187234
HSL0.550.790.61
HSV198°67°92°
CMYK 0.670.200.00   0.08
XYZ35.763543.100984.2763
Yxy43.10090.21920.2642
Hunter Lab65.6513-17.6519-30.1545
CIE-Lab71.6234-16.7175-32.5558

#4ebbea color RGB value is (78,187,234).

#4ebbea hex color red value is 78, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ebbea hue: 0.55 , saturation: 0.79 and the lightness value of 4ebbea is 0.61.

The process color (four color CMYK) of #4ebbea color hex is 0.67, 0.20, 0.00, 0.08. Web safe color of #4ebbea is #66ccff. Color #4ebbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11101010
Octal 116 273 352
Decimal 78 187 234
Hex 4E BB EA

RGB Percentages of Color #4ebbea

%15.63
%37.47
%46.89

CMYK Percentages of Color #4ebbea

%67
%20
%0
%8

Triadic Colors of #4ebbea

#4ebbea #ea4ebb #bbea4e

Analogous Colors of #4ebbea

#4ebbea #4e6dea #4eeacb

Monochromatic Colors of #4ebbea

#4ebbea

Complementary Color

#4ebbea #ea7d4e

#4ebbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbea Color CSS Codes

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

#4ebbea Text Font Color

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

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


#4ebbea Background Color

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

This div background color is #4ebbea


#4ebbea Border Color

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

This div border color is #4ebbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,187,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ebbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ebbea;
  -webkit-box-shadow: 1px 1px 3px 2px #4ebbea;
  box-shadow:         1px 1px 3px 2px #4ebbea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,187,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbea


Comments

No comments written yet.

Please login to write comment.