Color Hex Logo

#4feffb Color Hex

#4FEFFB
(79,239,251)
0 Favorites   0 Comments

Color spaces of #4feffb

RGB 79239251
HSL0.510.960.65
HSV184°69°98°
CMYK 0.690.050.00   0.02
XYZ51.503570.3603102.1332
Yxy70.36030.22990.3141
Hunter Lab83.8810-37.1917-13.4745
CIE-Lab87.1733-37.0793-17.8938

#4feffb color RGB value is (79,239,251).

#4feffb hex color red value is 79, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4feffb hue: 0.51 , saturation: 0.96 and the lightness value of 4feffb is 0.65.

The process color (four color CMYK) of #4feffb color hex is 0.69, 0.05, 0.00, 0.02. Web safe color of #4feffb is #66ffff. Color #4feffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101111 11111011
Octal 117 357 373
Decimal 79 239 251
Hex 4F EF FB

RGB Percentages of Color #4feffb

%13.88
%42.00
%44.11

CMYK Percentages of Color #4feffb

%69
%5
%0
%2

Triadic Colors of #4feffb

#4feffb #fb4fef #effb4f

Analogous Colors of #4feffb

#4feffb #4f99fb #4ffbb1

Monochromatic Colors of #4feffb

#4feffb

Complementary Color

#4feffb #fb5b4f

#4feffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feffb Color CSS Codes

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

#4feffb Text Font Color

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

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


#4feffb Background Color

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

This div background color is #4feffb


#4feffb Border Color

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

This div border color is #4feffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feffb


Comments

No comments written yet.

Please login to write comment.