Color Hex Logo

#4ed5ff Color Hex

#4ED5FF
(78,213,255)
0 Favorites   0 Comments

Color spaces of #4ed5ff

RGB 78213255
HSL0.541.000.65
HSV194°69°100°
CMYK 0.690.160.00   0.00
XYZ44.986156.4282103.1285
Yxy56.42820.21990.2759
Hunter Lab75.1187-24.5600-28.8146
CIE-Lab79.8569-23.5186-31.1422

#4ed5ff color RGB value is (78,213,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010101 11111111
Octal 116 325 377
Decimal 78 213 255
Hex 4E D5 FF

RGB Percentages of Color #4ed5ff

%14.29
%39.01
%46.70

CMYK Percentages of Color #4ed5ff

%69
%16
%0
%0

Triadic Colors of #4ed5ff

#4ed5ff #ff4ed5 #d5ff4e

Analogous Colors of #4ed5ff

#4ed5ff #4e7dff #4effd1

Monochromatic Colors of #4ed5ff

#4ed5ff

Complementary Color

#4ed5ff #ff784e

#4ed5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed5ff Color CSS Codes

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

#4ed5ff Text Font Color

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

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


#4ed5ff Background Color

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

This div background color is #4ed5ff


#4ed5ff Border Color

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

This div border color is #4ed5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed5ff


Comments

No comments written yet.

Please login to write comment.