Color Hex Logo

#4efdec Color Hex

#4EFDEC
(78,253,236)
0 Favorites   0 Comments

Color spaces of #4efdec

RGB 78253236
HSL0.480.980.65
HSV174°69°99°
CMYK 0.690.000.07   0.01
XYZ53.407577.926491.5833
Yxy77.92640.23960.3496
Hunter Lab88.2759-46.48920.2818
CIE-Lab90.7463-47.5178-4.7460

#4efdec color RGB value is (78,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11101100
Octal 116 375 354
Decimal 78 253 236
Hex 4E FD EC

RGB Percentages of Color #4efdec

%13.76
%44.62
%41.62

CMYK Percentages of Color #4efdec

%69
%0
%7
%1

Triadic Colors of #4efdec

#4efdec #ec4efd #fdec4e

Analogous Colors of #4efdec

#4efdec #4eb7fd #4efd95

Monochromatic Colors of #4efdec

#4efdec

Complementary Color

#4efdec #fd4e5f

#4efdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdec Color CSS Codes

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

#4efdec Text Font Color

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

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


#4efdec Background Color

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

This div background color is #4efdec


#4efdec Border Color

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

This div border color is #4efdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdec


Comments

No comments written yet.

Please login to write comment.