Color Hex Logo

#4efeee Color Hex

#4EFEEE
(78,254,238)
0 Favorites   0 Comments

Color spaces of #4efeee

RGB 78254238
HSL0.480.990.65
HSV175°69°100°
CMYK 0.690.000.06   0.00
XYZ54.016378.676493.2280
Yxy78.67640.23910.3482
Hunter Lab88.6997-46.5217-0.2271
CIE-Lab91.0877-47.4273-5.2809

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11101110
Octal 116 376 356
Decimal 78 254 238
Hex 4E FE EE

RGB Percentages of Color #4efeee

%13.68
%44.56
%41.75

CMYK Percentages of Color #4efeee

%69
%0
%6
%0

Triadic Colors of #4efeee

#4efeee #ee4efe #feee4e

Analogous Colors of #4efeee

#4efeee #4eb6fe #4efe96

Monochromatic Colors of #4efeee

#4efeee

Complementary Color

#4efeee #fe4e5e

#4efeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efeee Color CSS Codes

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

#4efeee Text Font Color

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

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


#4efeee Background Color

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

This div background color is #4efeee


#4efeee Border Color

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

This div border color is #4efeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efeee

Related Colors


Comments

No comments written yet.

Please login to write comment.