Color Hex Logo

#4fdbde Color Hex

#4FDBDE
(79,219,222)
0 Favorites   0 Comments

Color spaces of #4fdbde

RGB 79219222
HSL0.500.680.59
HSV181°64°87°
CMYK 0.640.010.00   0.13
XYZ41.740857.599278.0250
Yxy57.59920.23530.3247
Hunter Lab75.8941-34.6420-7.8288
CIE-Lab80.5154-35.9619-12.5672

#4fdbde color RGB value is (79,219,222).

#4fdbde hex color red value is 79, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4fdbde hue: 0.50 , saturation: 0.68 and the lightness value of 4fdbde is 0.59.

The process color (four color CMYK) of #4fdbde color hex is 0.64, 0.01, 0.00, 0.13. Web safe color of #4fdbde is #66cccc. Color #4fdbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11011110
Octal 117 333 336
Decimal 79 219 222
Hex 4F DB DE

RGB Percentages of Color #4fdbde

%15.19
%42.12
%42.69

CMYK Percentages of Color #4fdbde

%64
%1
%0
%13

Triadic Colors of #4fdbde

#4fdbde #de4fdb #dbde4f

Analogous Colors of #4fdbde

#4fdbde #4f94de #4fde9a

Monochromatic Colors of #4fdbde

#4fdbde

Complementary Color

#4fdbde #de524f

#4fdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbde Color CSS Codes

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

#4fdbde Text Font Color

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

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


#4fdbde Background Color

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

This div background color is #4fdbde


#4fdbde Border Color

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

This div border color is #4fdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbde


Comments

No comments written yet.

Please login to write comment.