Color Hex Logo

#4efefe Color Hex

#4EFEFE
(78,254,254)
0 Favorites   0 Comments

Color spaces of #4efefe

RGB 78254254
HSL0.500.990.65
HSV180°69°100°
CMYK 0.690.000.00   0.00
XYZ56.473179.6591106.1652
Yxy79.65910.23310.3288
Hunter Lab89.2519-43.2472-8.0491
CIE-Lab91.5317-43.1551-12.9225

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11111110
Octal 116 376 376
Decimal 78 254 254
Hex 4E FE FE

RGB Percentages of Color #4efefe

%13.31
%43.34
%43.34

CMYK Percentages of Color #4efefe

%69
%0
%0
%0

Triadic Colors of #4efefe

#4efefe #fe4efe #fefe4e

Analogous Colors of #4efefe

#4efefe #4ea6fe #4efea6

Monochromatic Colors of #4efefe

#4efefe

Complementary Color

#4efefe #fe4e4e

#4efefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efefe Color CSS Codes

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

#4efefe Text Font Color

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

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


#4efefe Background Color

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

This div background color is #4efefe


#4efefe Border Color

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

This div border color is #4efefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efefe

Related Colors


Comments

No comments written yet.

Please login to write comment.