Color Hex Logo

#4efeca Color Hex

#4EFECA
(78,254,202)
0 Favorites   0 Comments

Color spaces of #4efeca

RGB 78254202
HSL0.450.990.65
HSV162°69°100°
CMYK 0.690.000.20   0.00
XYZ49.244476.767668.0993
Yxy76.76760.25370.3955
Hunter Lab87.6171-53.005715.2496
CIE-Lab90.2145-56.237512.0912

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11001010
Octal 116 376 312
Decimal 78 254 202
Hex 4E FE CA

RGB Percentages of Color #4efeca

%14.61
%47.57
%37.83

CMYK Percentages of Color #4efeca

%69
%0
%20
%0

Triadic Colors of #4efeca

#4efeca #ca4efe #feca4e

Analogous Colors of #4efeca

#4efeca #4edafe #4efe72

Monochromatic Colors of #4efeca

#4efeca

Complementary Color

#4efeca #fe4e82

#4efeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efeca Color CSS Codes

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

#4efeca Text Font Color

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

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


#4efeca Background Color

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

This div background color is #4efeca


#4efeca Border Color

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

This div border color is #4efeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efeca

Related Colors


Comments

No comments written yet.

Please login to write comment.