Color Hex Logo

#4fdbef Color Hex

#4FDBEF
(79,219,239)
0 Favorites   0 Comments

Color spaces of #4fdbef

RGB 79219239
HSL0.520.830.62
HSV188°67°94°
CMYK 0.670.080.00   0.06
XYZ44.136058.557390.6378
Yxy58.55730.22830.3029
Hunter Lab76.5227-30.9614-16.6605
CIE-Lab81.0476-31.1211-20.8159

#4fdbef color RGB value is (79,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11101111
Octal 117 333 357
Decimal 79 219 239
Hex 4F DB EF

RGB Percentages of Color #4fdbef

%14.71
%40.78
%44.51

CMYK Percentages of Color #4fdbef

%67
%8
%0
%6

Triadic Colors of #4fdbef

#4fdbef #ef4fdb #dbef4f

Analogous Colors of #4fdbef

#4fdbef #4f8bef #4fefb3

Monochromatic Colors of #4fdbef

#4fdbef

Complementary Color

#4fdbef #ef634f

#4fdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbef Color CSS Codes

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

#4fdbef Text Font Color

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

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


#4fdbef Background Color

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

This div background color is #4fdbef


#4fdbef Border Color

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

This div border color is #4fdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbef


Comments

No comments written yet.

Please login to write comment.