Color Hex Logo

#4fdeff Color Hex

#4FDEFF
(79,222,255)
0 Favorites   0 Comments

Color spaces of #4fdeff

RGB 79222255
HSL0.531.000.65
HSV191°69°100°
CMYK 0.690.130.00   0.00
XYZ47.395761.1248103.9080
Yxy61.12480.22310.2877
Hunter Lab78.1824-28.6089-24.0715
CIE-Lab82.4458-27.8411-27.1722

#4fdeff color RGB value is (79,222,255).

#4fdeff hex color red value is 79, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4fdeff hue: 0.53 , saturation: 1.00 and the lightness value of 4fdeff is 0.65.

The process color (four color CMYK) of #4fdeff color hex is 0.69, 0.13, 0.00, 0.00. Web safe color of #4fdeff is #66ccff. Color #4fdeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 11111111
Octal 117 336 377
Decimal 79 222 255
Hex 4F DE FF

RGB Percentages of Color #4fdeff

%14.21
%39.93
%45.86

CMYK Percentages of Color #4fdeff

%69
%13
%0
%0

Triadic Colors of #4fdeff

#4fdeff #ff4fde #deff4f

Analogous Colors of #4fdeff

#4fdeff #4f86ff #4fffc8

Monochromatic Colors of #4fdeff

#4fdeff

Complementary Color

#4fdeff #ff704f

#4fdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdeff Color CSS Codes

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

#4fdeff Text Font Color

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

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


#4fdeff Background Color

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

This div background color is #4fdeff


#4fdeff Border Color

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

This div border color is #4fdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdeff

Related Colors


Comments

No comments written yet.

Please login to write comment.