Color Hex Logo

#4efecf Color Hex

#4EFECF
(78,254,207)
0 Favorites   0 Comments

Color spaces of #4efecf

RGB 78254207
HSL0.460.990.65
HSV164°69°100°
CMYK 0.690.000.19   0.00
XYZ49.846277.008371.2684
Yxy77.00830.25160.3887
Hunter Lab87.7544-52.178713.2766
CIE-Lab90.3254-55.08639.6694

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11001111
Octal 116 376 317
Decimal 78 254 207
Hex 4E FE CF

RGB Percentages of Color #4efecf

%14.47
%47.12
%38.40

CMYK Percentages of Color #4efecf

%69
%0
%19
%0

Triadic Colors of #4efecf

#4efecf #cf4efe #fecf4e

Analogous Colors of #4efecf

#4efecf #4ed5fe #4efe77

Monochromatic Colors of #4efecf

#4efecf

Complementary Color

#4efecf #fe4e7d

#4efecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efecf Color CSS Codes

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

#4efecf Text Font Color

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

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


#4efecf Background Color

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

This div background color is #4efecf


#4efecf Border Color

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

This div border color is #4efecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efecf


Comments

No comments written yet.

Please login to write comment.