Color Hex Logo

#4edfec Color Hex

#4EDFEC
(78,223,236)
0 Favorites   0 Comments

Color spaces of #4edfec

RGB 78223236
HSL0.510.810.62
HSV185°67°93°
CMYK 0.670.060.00   0.07
XYZ44.669960.451288.6708
Yxy60.45120.23050.3119
Hunter Lab77.7504-33.5096-13.1923
CIE-Lab82.0828-34.0281-17.6601

#4edfec color RGB value is (78,223,236).

#4edfec hex color red value is 78, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4edfec hue: 0.51 , saturation: 0.81 and the lightness value of 4edfec is 0.62.

The process color (four color CMYK) of #4edfec color hex is 0.67, 0.06, 0.00, 0.07. Web safe color of #4edfec is #66ccff. Color #4edfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 11101100
Octal 116 337 354
Decimal 78 223 236
Hex 4E DF EC

RGB Percentages of Color #4edfec

%14.53
%41.53
%43.95

CMYK Percentages of Color #4edfec

%67
%6
%0
%7

Triadic Colors of #4edfec

#4edfec #ec4edf #dfec4e

Analogous Colors of #4edfec

#4edfec #4e90ec #4eecaa

Monochromatic Colors of #4edfec

#4edfec

Complementary Color

#4edfec #ec5b4e

#4edfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfec Color CSS Codes

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

#4edfec Text Font Color

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

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


#4edfec Background Color

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

This div background color is #4edfec


#4edfec Border Color

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

This div border color is #4edfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfec


Comments

No comments written yet.

Please login to write comment.