Color Hex Logo

#4efbee Color Hex

#4EFBEE
(78,251,238)
0 Favorites   0 Comments

Color spaces of #4efbee

RGB 78251238
HSL0.490.960.65
HSV175°69°98°
CMYK 0.690.000.05   0.02
XYZ53.071776.787192.9131
Yxy76.78710.23820.3447
Hunter Lab87.6282-45.2416-1.5260
CIE-Lab90.2235-46.1310-6.5567

#4efbee color RGB value is (78,251,238).

#4efbee hex color red value is 78, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4efbee hue: 0.49 , saturation: 0.96 and the lightness value of 4efbee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 11101110
Octal 116 373 356
Decimal 78 251 238
Hex 4E FB EE

RGB Percentages of Color #4efbee

%13.76
%44.27
%41.98

CMYK Percentages of Color #4efbee

%69
%0
%5
%2

Triadic Colors of #4efbee

#4efbee #ee4efb #fbee4e

Analogous Colors of #4efbee

#4efbee #4eb2fb #4efb98

Monochromatic Colors of #4efbee

#4efbee

Complementary Color

#4efbee #fb4e5b

#4efbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbee Color CSS Codes

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

#4efbee Text Font Color

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

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


#4efbee Background Color

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

This div background color is #4efbee


#4efbee Border Color

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

This div border color is #4efbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbee


Comments

No comments written yet.

Please login to write comment.