Color Hex Logo

#4eefeb Color Hex

#4EEFEB
(78,239,235)
0 Favorites   0 Comments

Color spaces of #4eefeb

RGB 78239235
HSL0.500.830.62
HSV179°67°94°
CMYK 0.670.000.02   0.06
XYZ49.003869.350989.4005
Yxy69.35090.23590.3338
Hunter Lab83.2772-40.6982-5.3555
CIE-Lab86.6775-41.6468-10.2492

#4eefeb color RGB value is (78,239,235).

#4eefeb hex color red value is 78, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4eefeb hue: 0.50 , saturation: 0.83 and the lightness value of 4eefeb is 0.62.

The process color (four color CMYK) of #4eefeb color hex is 0.67, 0.00, 0.02, 0.06. Web safe color of #4eefeb is #66ffff. Color #4eefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 11101011
Octal 116 357 353
Decimal 78 239 235
Hex 4E EF EB

RGB Percentages of Color #4eefeb

%14.13
%43.30
%42.57

CMYK Percentages of Color #4eefeb

%67
%0
%2
%6

Triadic Colors of #4eefeb

#4eefeb #eb4eef #efeb4e

Analogous Colors of #4eefeb

#4eefeb #4ea3ef #4eef9b

Monochromatic Colors of #4eefeb

#4eefeb

Complementary Color

#4eefeb #ef4e52

#4eefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eefeb Color CSS Codes

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

#4eefeb Text Font Color

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

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


#4eefeb Background Color

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

This div background color is #4eefeb


#4eefeb Border Color

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

This div border color is #4eefeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,239,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 #4eefeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eefeb


Comments

No comments written yet.

Please login to write comment.