Color Hex Logo

#4efbef Color Hex

#4EFBEF
(78,251,239)
0 Favorites   0 Comments

Color spaces of #4efbef

RGB 78251239
HSL0.490.960.65
HSV176°69°98°
CMYK 0.690.000.05   0.02
XYZ53.219176.846193.6892
Yxy76.84610.23780.3434
Hunter Lab87.6619-45.0419-2.0032
CIE-Lab90.2507-45.8674-7.0365

#4efbef color RGB value is (78,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 11101111
Octal 116 373 357
Decimal 78 251 239
Hex 4E FB EF

RGB Percentages of Color #4efbef

%13.73
%44.19
%42.08

CMYK Percentages of Color #4efbef

%69
%0
%5
%2

Triadic Colors of #4efbef

#4efbef #ef4efb #fbef4e

Analogous Colors of #4efbef

#4efbef #4eb1fb #4efb99

Monochromatic Colors of #4efbef

#4efbef

Complementary Color

#4efbef #fb4e5a

#4efbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbef Color CSS Codes

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

#4efbef Text Font Color

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

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


#4efbef Background Color

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

This div background color is #4efbef


#4efbef Border Color

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

This div border color is #4efbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbef

Related Colors


Comments

No comments written yet.

Please login to write comment.