Color Hex Logo

#4fdae1 Color Hex

#4FDAE1
(79,218,225)
0 Favorites   0 Comments

Color spaces of #4fdae1

RGB 79218225
HSL0.510.710.60
HSV183°65°88°
CMYK 0.650.030.00   0.12
XYZ41.886557.241380.0752
Yxy57.24130.23370.3194
Hunter Lab75.6580-33.5786-9.7910
CIE-Lab80.3151-34.6567-14.4666

#4fdae1 color RGB value is (79,218,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11100001
Octal 117 332 341
Decimal 79 218 225
Hex 4F DA E1

RGB Percentages of Color #4fdae1

%15.13
%41.76
%43.10

CMYK Percentages of Color #4fdae1

%65
%3
%0
%12

Triadic Colors of #4fdae1

#4fdae1 #e14fda #dae14f

Analogous Colors of #4fdae1

#4fdae1 #4f91e1 #4fe19f

Monochromatic Colors of #4fdae1

#4fdae1

Complementary Color

#4fdae1 #e1564f

#4fdae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdae1 Color CSS Codes

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

#4fdae1 Text Font Color

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

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


#4fdae1 Background Color

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

This div background color is #4fdae1


#4fdae1 Border Color

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

This div border color is #4fdae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdae1


Comments

No comments written yet.

Please login to write comment.