Color Hex Logo

#4eddfd Color Hex

#4EDDFD
(78,221,253)
0 Favorites   0 Comments

Color spaces of #4eddfd

RGB 78221253
HSL0.530.980.65
HSV191°69°99°
CMYK 0.690.130.00   0.01
XYZ46.728060.4245102.1288
Yxy60.42450.22330.2887
Hunter Lab77.7332-28.7308-23.4842
CIE-Lab82.0684-28.0851-26.6926

#4eddfd color RGB value is (78,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11111101
Octal 116 335 375
Decimal 78 221 253
Hex 4E DD FD

RGB Percentages of Color #4eddfd

%14.13
%40.04
%45.83

CMYK Percentages of Color #4eddfd

%69
%13
%0
%1

Triadic Colors of #4eddfd

#4eddfd #fd4edd #ddfd4e

Analogous Colors of #4eddfd

#4eddfd #4e86fd #4efdc6

Monochromatic Colors of #4eddfd

#4eddfd

Complementary Color

#4eddfd #fd6e4e

#4eddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddfd Color CSS Codes

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

#4eddfd Text Font Color

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

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


#4eddfd Background Color

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

This div background color is #4eddfd


#4eddfd Border Color

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

This div border color is #4eddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.