Color Hex Logo

#4efffb Color Hex

#4EFFFB
(78,255,251)
0 Favorites   0 Comments

Color spaces of #4efffb

RGB 78255251
HSL0.501.000.65
HSV179°69°100°
CMYK 0.690.000.02   0.00
XYZ56.314580.1047103.7605
Yxy80.10470.23450.3335
Hunter Lab89.5012-44.3143-6.0852
CIE-Lab91.7318-44.4116-11.0686

#4efffb color RGB value is (78,255,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11111011
Octal 116 377 373
Decimal 78 255 251
Hex 4E FF FB

RGB Percentages of Color #4efffb

%13.36
%43.66
%42.98

CMYK Percentages of Color #4efffb

%69
%0
%2
%0

Triadic Colors of #4efffb

#4efffb #fb4eff #fffb4e

Analogous Colors of #4efffb

#4efffb #4eabff #4effa3

Monochromatic Colors of #4efffb

#4efffb

Complementary Color

#4efffb #ff4e52

#4efffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efffb Color CSS Codes

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

#4efffb Text Font Color

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

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


#4efffb Background Color

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

This div background color is #4efffb


#4efffb Border Color

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

This div border color is #4efffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efffb

Related Colors


Comments

No comments written yet.

Please login to write comment.