Color Hex Logo

#4fdaec Color Hex

#4FDAEC
(79,218,236)
0 Favorites   0 Comments

Color spaces of #4fdaec

RGB 79218236
HSL0.520.810.62
HSV187°67°93°
CMYK 0.670.080.00   0.07
XYZ43.436257.861288.2359
Yxy57.86120.22920.3053
Hunter Lab76.0665-31.1878-15.5288
CIE-Lab80.6616-31.5143-19.8047

#4fdaec color RGB value is (79,218,236).

#4fdaec hex color red value is 79, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4fdaec hue: 0.52 , saturation: 0.81 and the lightness value of 4fdaec is 0.62.

The process color (four color CMYK) of #4fdaec color hex is 0.67, 0.08, 0.00, 0.07. Web safe color of #4fdaec is #66ccff. Color #4fdaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11101100
Octal 117 332 354
Decimal 79 218 236
Hex 4F DA EC

RGB Percentages of Color #4fdaec

%14.82
%40.90
%44.28

CMYK Percentages of Color #4fdaec

%67
%8
%0
%7

Triadic Colors of #4fdaec

#4fdaec #ec4fda #daec4f

Analogous Colors of #4fdaec

#4fdaec #4f8cec #4fecb0

Monochromatic Colors of #4fdaec

#4fdaec

Complementary Color

#4fdaec #ec614f

#4fdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdaec Color CSS Codes

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

#4fdaec Text Font Color

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

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


#4fdaec Background Color

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

This div background color is #4fdaec


#4fdaec Border Color

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

This div border color is #4fdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdaec


Comments

No comments written yet.

Please login to write comment.