Color Hex Logo

#4edefa Color Hex

#4EDEFA
(78,222,250)
0 Favorites   0 Comments

Color spaces of #4edefa

RGB 78222250
HSL0.530.950.64
HSV190°69°98°
CMYK 0.690.110.00   0.02
XYZ46.518560.764499.7194
Yxy60.76440.22470.2935
Hunter Lab77.9515-29.8932-21.2806
CIE-Lab82.2519-29.4668-24.8243

#4edefa color RGB value is (78,222,250).

#4edefa hex color red value is 78, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4edefa hue: 0.53 , saturation: 0.95 and the lightness value of 4edefa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 11111010
Octal 116 336 372
Decimal 78 222 250
Hex 4E DE FA

RGB Percentages of Color #4edefa

%14.18
%40.36
%45.45

CMYK Percentages of Color #4edefa

%69
%11
%0
%2

Triadic Colors of #4edefa

#4edefa #fa4ede #defa4e

Analogous Colors of #4edefa

#4edefa #4e88fa #4efac0

Monochromatic Colors of #4edefa

#4edefa

Complementary Color

#4edefa #fa6a4e

#4edefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edefa Color CSS Codes

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

#4edefa Text Font Color

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

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


#4edefa Background Color

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

This div background color is #4edefa


#4edefa Border Color

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

This div border color is #4edefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edefa


Comments

No comments written yet.

Please login to write comment.