Color Hex Logo

#4edafd Color Hex

#4EDAFD
(78,218,253)
0 Favorites   0 Comments

Color spaces of #4edafd

RGB 78218253
HSL0.530.980.65
HSV192°69°99°
CMYK 0.690.140.00   0.01
XYZ45.942958.8544101.8671
Yxy58.85440.22230.2848
Hunter Lab76.7166-27.3567-25.0258
CIE-Lab81.2115-26.6142-28.0026

#4edafd color RGB value is (78,218,253).

#4edafd hex color red value is 78, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4edafd hue: 0.53 , saturation: 0.98 and the lightness value of 4edafd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 11111101
Octal 116 332 375
Decimal 78 218 253
Hex 4E DA FD

RGB Percentages of Color #4edafd

%14.21
%39.71
%46.08

CMYK Percentages of Color #4edafd

%69
%14
%0
%1

Triadic Colors of #4edafd

#4edafd #fd4eda #dafd4e

Analogous Colors of #4edafd

#4edafd #4e83fd #4efdc9

Monochromatic Colors of #4edafd

#4edafd

Complementary Color

#4edafd #fd714e

#4edafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edafd Color CSS Codes

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

#4edafd Text Font Color

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

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


#4edafd Background Color

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

This div background color is #4edafd


#4edafd Border Color

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

This div border color is #4edafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,218,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edafd


Comments

No comments written yet.

Please login to write comment.