Color Hex Logo

#4fdcec Color Hex

#4FDCEC
(79,220,236)
0 Favorites   0 Comments

Color spaces of #4fdcec

RGB 79220236
HSL0.520.810.62
HSV186°67°93°
CMYK 0.670.070.00   0.07
XYZ43.958058.904888.4098
Yxy58.90480.22980.3080
Hunter Lab76.7495-32.0763-14.5731
CIE-Lab81.2392-32.4682-18.9312

#4fdcec color RGB value is (79,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11101100
Octal 117 334 354
Decimal 79 220 236
Hex 4F DC EC

RGB Percentages of Color #4fdcec

%14.77
%41.12
%44.11

CMYK Percentages of Color #4fdcec

%67
%7
%0
%7

Triadic Colors of #4fdcec

#4fdcec #ec4fdc #dcec4f

Analogous Colors of #4fdcec

#4fdcec #4f8eec #4fecae

Monochromatic Colors of #4fdcec

#4fdcec

Complementary Color

#4fdcec #ec5f4f

#4fdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcec Color CSS Codes

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

#4fdcec Text Font Color

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

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


#4fdcec Background Color

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

This div background color is #4fdcec


#4fdcec Border Color

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

This div border color is #4fdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcec


Comments

No comments written yet.

Please login to write comment.