Color Hex Logo

#4ef9dc Color Hex

#4EF9DC
(78,249,220)
0 Favorites   0 Comments

Color spaces of #4ef9dc

RGB 78249220
HSL0.470.930.64
HSV170°69°98°
CMYK 0.690.000.12   0.02
XYZ49.935874.538479.4656
Yxy74.53840.24490.3655
Hunter Lab86.3356-47.84445.8628
CIE-Lab89.1763-49.89181.2706

#4ef9dc color RGB value is (78,249,220).

#4ef9dc hex color red value is 78, green value is 249 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ef9dc hue: 0.47 , saturation: 0.93 and the lightness value of 4ef9dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111001 11011100
Octal 116 371 334
Decimal 78 249 220
Hex 4E F9 DC

RGB Percentages of Color #4ef9dc

%14.26
%45.52
%40.22

CMYK Percentages of Color #4ef9dc

%69
%0
%12
%2

Triadic Colors of #4ef9dc

#4ef9dc #dc4ef9 #f9dc4e

Analogous Colors of #4ef9dc

#4ef9dc #4ec1f9 #4ef987

Monochromatic Colors of #4ef9dc

#4ef9dc

Complementary Color

#4ef9dc #f94e6b

#4ef9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ef9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ef9dc Color CSS Codes

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

#4ef9dc Text Font Color

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

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


#4ef9dc Background Color

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

This div background color is #4ef9dc


#4ef9dc Border Color

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

This div border color is #4ef9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ef9dc


Comments

No comments written yet.

Please login to write comment.