Color Hex Logo

#4ee8ff Color Hex

#4EE8FF
(78,232,255)
0 Favorites   0 Comments

Color spaces of #4ee8ff

RGB 78232255
HSL0.521.000.65
HSV188°69°100°
CMYK 0.690.090.00   0.00
XYZ50.048566.5529104.8159
Yxy66.55290.22600.3006
Hunter Lab81.5800-33.2569-19.0712
CIE-Lab85.2777-32.7839-22.8615

#4ee8ff color RGB value is (78,232,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101000 11111111
Octal 116 350 377
Decimal 78 232 255
Hex 4E E8 FF

RGB Percentages of Color #4ee8ff

%13.81
%41.06
%45.13

CMYK Percentages of Color #4ee8ff

%69
%9
%0
%0

Triadic Colors of #4ee8ff

#4ee8ff #ff4ee8 #e8ff4e

Analogous Colors of #4ee8ff

#4ee8ff #4e90ff #4effbe

Monochromatic Colors of #4ee8ff

#4ee8ff

Complementary Color

#4ee8ff #ff654e

#4ee8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee8ff Color CSS Codes

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

#4ee8ff Text Font Color

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

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


#4ee8ff Background Color

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

This div background color is #4ee8ff


#4ee8ff Border Color

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

This div border color is #4ee8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee8ff


Comments

No comments written yet.

Please login to write comment.