Color Hex Logo

#4efcea Color Hex

#4EFCEA
(78,252,234)
0 Favorites   0 Comments

Color spaces of #4efcea

RGB 78252234
HSL0.480.970.65
HSV174°69°99°
CMYK 0.690.000.07   0.01
XYZ52.803677.181089.9563
Yxy77.18100.24010.3509
Hunter Lab87.8527-46.45540.7872
CIE-Lab90.4049-47.6070-4.2100

#4efcea color RGB value is (78,252,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 11101010
Octal 116 374 352
Decimal 78 252 234
Hex 4E FC EA

RGB Percentages of Color #4efcea

%13.83
%44.68
%41.49

CMYK Percentages of Color #4efcea

%69
%0
%7
%1

Triadic Colors of #4efcea

#4efcea #ea4efc #fcea4e

Analogous Colors of #4efcea

#4efcea #4eb7fc #4efc93

Monochromatic Colors of #4efcea

#4efcea

Complementary Color

#4efcea #fc4e60

#4efcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efcea Color CSS Codes

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

#4efcea Text Font Color

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

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


#4efcea Background Color

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

This div background color is #4efcea


#4efcea Border Color

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

This div border color is #4efcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efcea


Comments

No comments written yet.

Please login to write comment.