Color Hex Logo

#4efece Color Hex

#4EFECE
(78,254,206)
0 Favorites   0 Comments

Color spaces of #4efece

RGB 78254206
HSL0.450.990.65
HSV164°69°100°
CMYK 0.690.000.19   0.00
XYZ49.724376.959670.6265
Yxy76.95960.25200.3900
Hunter Lab87.7266-52.346113.6757
CIE-Lab90.3030-55.318610.1536

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11001110
Octal 116 376 316
Decimal 78 254 206
Hex 4E FE CE

RGB Percentages of Color #4efece

%14.50
%47.21
%38.29

CMYK Percentages of Color #4efece

%69
%0
%19
%0

Triadic Colors of #4efece

#4efece #ce4efe #fece4e

Analogous Colors of #4efece

#4efece #4ed6fe #4efe76

Monochromatic Colors of #4efece

#4efece

Complementary Color

#4efece #fe4e7e

#4efece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efece Color CSS Codes

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

#4efece Text Font Color

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

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


#4efece Background Color

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

This div background color is #4efece


#4efece Border Color

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

This div border color is #4efece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efece


Comments

No comments written yet.

Please login to write comment.