Color Hex Logo

#4fe7ff Color Hex

#4FE7FF
(79,231,255)
0 Favorites   0 Comments

Color spaces of #4fe7ff

RGB 79231255
HSL0.521.000.65
HSV188°69°100°
CMYK 0.690.090.00   0.00
XYZ49.850466.0341104.7262
Yxy66.03410.22600.2993
Hunter Lab81.2614-32.7052-19.5275
CIE-Lab85.0138-32.1800-23.2601

#4fe7ff color RGB value is (79,231,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100111 11111111
Octal 117 347 377
Decimal 79 231 255
Hex 4F E7 FF

RGB Percentages of Color #4fe7ff

%13.98
%40.88
%45.13

CMYK Percentages of Color #4fe7ff

%69
%9
%0
%0

Triadic Colors of #4fe7ff

#4fe7ff #ff4fe7 #e7ff4f

Analogous Colors of #4fe7ff

#4fe7ff #4f8fff #4fffbf

Monochromatic Colors of #4fe7ff

#4fe7ff

Complementary Color

#4fe7ff #ff674f

#4fe7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe7ff Color CSS Codes

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

#4fe7ff Text Font Color

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

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


#4fe7ff Background Color

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

This div background color is #4fe7ff


#4fe7ff Border Color

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

This div border color is #4fe7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.