Color Hex Logo

#4effaf Color Hex

#4EFFAF
(78,255,175)
0 Favorites   0 Comments

Color spaces of #4effaf

RGB 78255175
HSL0.421.000.65
HSV153°69°100°
CMYK 0.690.000.31   0.00
XYZ46.639776.234852.8141
Yxy76.23480.26550.4339
Hunter Lab87.3125-57.447725.2551
CIE-Lab89.9682-62.384925.5615

#4effaf color RGB value is (78,255,175).

#4effaf hex color red value is 78, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4effaf hue: 0.42 , saturation: 1.00 and the lightness value of 4effaf is 0.65.

The process color (four color CMYK) of #4effaf color hex is 0.69, 0.00, 0.31, 0.00. Web safe color of #4effaf is #66ff99. Color #4effaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 10101111
Octal 116 377 257
Decimal 78 255 175
Hex 4E FF AF

RGB Percentages of Color #4effaf

%15.35
%50.20
%34.45

CMYK Percentages of Color #4effaf

%69
%0
%31
%0

Triadic Colors of #4effaf

#4effaf #af4eff #ffaf4e

Analogous Colors of #4effaf

#4effaf #4ef7ff #4eff57

Monochromatic Colors of #4effaf

#4effaf

Complementary Color

#4effaf #ff4e9e

#4effaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effaf Color CSS Codes

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

#4effaf Text Font Color

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

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


#4effaf Background Color

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

This div background color is #4effaf


#4effaf Border Color

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

This div border color is #4effaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effaf

Related Colors


Comments

No comments written yet.

Please login to write comment.