Color Hex Logo

#4edcfb Color Hex

#4EDCFB
(78,220,251)
0 Favorites   0 Comments

Color spaces of #4edcfb

RGB 78220251
HSL0.530.960.65
HSV191°69°98°
CMYK 0.690.120.00   0.02
XYZ46.147759.7711100.3715
Yxy59.77110.22370.2897
Hunter Lab77.3118-28.7482-22.8561
CIE-Lab81.7136-28.1963-26.1748

#4edcfb color RGB value is (78,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11111011
Octal 116 334 373
Decimal 78 220 251
Hex 4E DC FB

RGB Percentages of Color #4edcfb

%14.21
%40.07
%45.72

CMYK Percentages of Color #4edcfb

%69
%12
%0
%2

Triadic Colors of #4edcfb

#4edcfb #fb4edc #dcfb4e

Analogous Colors of #4edcfb

#4edcfb #4e86fb #4efbc4

Monochromatic Colors of #4edcfb

#4edcfb

Complementary Color

#4edcfb #fb6d4e

#4edcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcfb Color CSS Codes

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

#4edcfb Text Font Color

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

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


#4edcfb Background Color

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

This div background color is #4edcfb


#4edcfb Border Color

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

This div border color is #4edcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.