Color Hex Logo

#4ebeec Color Hex

#4EBEEC
(78,190,236)
0 Favorites   0 Comments

Color spaces of #4ebeec

RGB 78190236
HSL0.550.810.62
HSV197°67°93°
CMYK 0.670.190.00   0.07
XYZ36.695744.502786.0127
Yxy44.50270.21950.2661
Hunter Lab66.7103-18.5547-29.7481
CIE-Lab72.5632-17.6591-32.1880

#4ebeec color RGB value is (78,190,236).

#4ebeec hex color red value is 78, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4ebeec hue: 0.55 , saturation: 0.81 and the lightness value of 4ebeec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11101100
Octal 116 276 354
Decimal 78 190 236
Hex 4E BE EC

RGB Percentages of Color #4ebeec

%15.48
%37.70
%46.83

CMYK Percentages of Color #4ebeec

%67
%19
%0
%7

Triadic Colors of #4ebeec

#4ebeec #ec4ebe #beec4e

Analogous Colors of #4ebeec

#4ebeec #4e6fec #4eeccb

Monochromatic Colors of #4ebeec

#4ebeec

Complementary Color

#4ebeec #ec7c4e

#4ebeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebeec Color CSS Codes

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

#4ebeec Text Font Color

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

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


#4ebeec Background Color

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

This div background color is #4ebeec


#4ebeec Border Color

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

This div border color is #4ebeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebeec


Comments

No comments written yet.

Please login to write comment.