Color Hex Logo

#4feadf Color Hex

#4FEADF
(79,234,223)
0 Favorites   0 Comments

Color spaces of #4feadf

RGB 79234223
HSL0.490.790.61
HSV176°66°92°
CMYK 0.660.000.05   0.08
XYZ45.966665.835680.0969
Yxy65.83560.23950.3431
Hunter Lab81.1391-40.8704-1.7310
CIE-Lab84.9125-42.4993-6.5565

#4feadf color RGB value is (79,234,223).

#4feadf hex color red value is 79, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4feadf hue: 0.49 , saturation: 0.79 and the lightness value of 4feadf is 0.61.

The process color (four color CMYK) of #4feadf color hex is 0.66, 0.00, 0.05, 0.08. Web safe color of #4feadf is #66ffcc. Color #4feadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 11011111
Octal 117 352 337
Decimal 79 234 223
Hex 4F EA DF

RGB Percentages of Color #4feadf

%14.74
%43.66
%41.60

CMYK Percentages of Color #4feadf

%66
%0
%5
%8

Triadic Colors of #4feadf

#4feadf #df4fea #eadf4f

Analogous Colors of #4feadf

#4feadf #4fa8ea #4fea92

Monochromatic Colors of #4feadf

#4feadf

Complementary Color

#4feadf #ea4f5a

#4feadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feadf Color CSS Codes

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

#4feadf Text Font Color

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

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


#4feadf Background Color

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

This div background color is #4feadf


#4feadf Border Color

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

This div border color is #4feadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feadf


Comments

No comments written yet.

Please login to write comment.