Color Hex Logo

#4edbfd Color Hex

#4EDBFD
(78,219,253)
0 Favorites   0 Comments

Color spaces of #4edbfd

RGB 78219253
HSL0.530.980.65
HSV192°69°99°
CMYK 0.690.130.00   0.01
XYZ46.203059.3746101.9538
Yxy59.37460.22260.2861
Hunter Lab77.0549-27.8155-24.5100
CIE-Lab81.4971-27.1060-27.5657

#4edbfd color RGB value is (78,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 11111101
Octal 116 333 375
Decimal 78 219 253
Hex 4E DB FD

RGB Percentages of Color #4edbfd

%14.18
%39.82
%46.00

CMYK Percentages of Color #4edbfd

%69
%13
%0
%1

Triadic Colors of #4edbfd

#4edbfd #fd4edb #dbfd4e

Analogous Colors of #4edbfd

#4edbfd #4e84fd #4efdc8

Monochromatic Colors of #4edbfd

#4edbfd

Complementary Color

#4edbfd #fd704e

#4edbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbfd Color CSS Codes

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

#4edbfd Text Font Color

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

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


#4edbfd Background Color

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

This div background color is #4edbfd


#4edbfd Border Color

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

This div border color is #4edbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbfd


Comments

No comments written yet.

Please login to write comment.