Color Hex Logo

#4fe1dd Color Hex

#4FE1DD
(79,225,221)
0 Favorites   0 Comments

Color spaces of #4fe1dd

RGB 79225221
HSL0.500.710.60
HSV178°65°88°
CMYK 0.650.000.02   0.12
XYZ43.200860.733177.8524
Yxy60.73310.23760.3341
Hunter Lab77.9314-37.4297-4.6779
CIE-Lab82.2351-38.9935-9.4703

#4fe1dd color RGB value is (79,225,221).

#4fe1dd hex color red value is 79, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4fe1dd hue: 0.50 , saturation: 0.71 and the lightness value of 4fe1dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100001 11011101
Octal 117 341 335
Decimal 79 225 221
Hex 4F E1 DD

RGB Percentages of Color #4fe1dd

%15.05
%42.86
%42.10

CMYK Percentages of Color #4fe1dd

%65
%0
%2
%12

Triadic Colors of #4fe1dd

#4fe1dd #dd4fe1 #e1dd4f

Analogous Colors of #4fe1dd

#4fe1dd #4f9ce1 #4fe194

Monochromatic Colors of #4fe1dd

#4fe1dd

Complementary Color

#4fe1dd #e14f53

#4fe1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe1dd Color CSS Codes

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

#4fe1dd Text Font Color

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

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


#4fe1dd Background Color

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

This div background color is #4fe1dd


#4fe1dd Border Color

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

This div border color is #4fe1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe1dd


Comments

No comments written yet.

Please login to write comment.