Color Hex Logo

#4fdfec Color Hex

#4FDFEC
(79,223,236)
0 Favorites   0 Comments

Color spaces of #4fdfec

RGB 79223236
HSL0.510.810.62
HSV185°67°93°
CMYK 0.670.060.00   0.07
XYZ44.752460.493788.6746
Yxy60.49370.23080.3120
Hunter Lab77.7777-33.4041-13.1523
CIE-Lab82.1058-33.8880-17.6232

#4fdfec color RGB value is (79,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011111 11101100
Octal 117 337 354
Decimal 79 223 236
Hex 4F DF EC

RGB Percentages of Color #4fdfec

%14.68
%41.45
%43.87

CMYK Percentages of Color #4fdfec

%67
%6
%0
%7

Triadic Colors of #4fdfec

#4fdfec #ec4fdf #dfec4f

Analogous Colors of #4fdfec

#4fdfec #4f91ec #4fecab

Monochromatic Colors of #4fdfec

#4fdfec

Complementary Color

#4fdfec #ec5c4f

#4fdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdfec Color CSS Codes

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

#4fdfec Text Font Color

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

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


#4fdfec Background Color

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

This div background color is #4fdfec


#4fdfec Border Color

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

This div border color is #4fdfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,223,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 #4fdfec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdfec


Comments

No comments written yet.

Please login to write comment.