Color Hex Logo

#4efafe Color Hex

#4EFAFE
(78,250,254)
0 Favorites   0 Comments

Color spaces of #4efafe

RGB 78250254
HSL0.500.990.65
HSV181°69°100°
CMYK 0.690.020.00   0.00
XYZ55.216977.1467105.7465
Yxy77.14670.23190.3240
Hunter Lab87.8332-41.4929-9.8988
CIE-Lab90.3891-41.3702-14.6314

#4efafe color RGB value is (78,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111010 11111110
Octal 116 372 376
Decimal 78 250 254
Hex 4E FA FE

RGB Percentages of Color #4efafe

%13.40
%42.96
%43.64

CMYK Percentages of Color #4efafe

%69
%2
%0
%0

Triadic Colors of #4efafe

#4efafe #fe4efa #fafe4e

Analogous Colors of #4efafe

#4efafe #4ea2fe #4efeaa

Monochromatic Colors of #4efafe

#4efafe

Complementary Color

#4efafe #fe524e

#4efafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efafe Color CSS Codes

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

#4efafe Text Font Color

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

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


#4efafe Background Color

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

This div background color is #4efafe


#4efafe Border Color

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

This div border color is #4efafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efafe

Related Colors


Comments

No comments written yet.

Please login to write comment.