Color Hex Logo

#4edfef Color Hex

#4EDFEF
(78,223,239)
0 Favorites   0 Comments

Color spaces of #4edfef

RGB 78223239
HSL0.520.830.62
HSV186°67°94°
CMYK 0.670.070.00   0.06
XYZ45.109560.627090.9860
Yxy60.62700.22930.3082
Hunter Lab77.8633-32.8483-14.7781
CIE-Lab82.1778-33.1665-19.1079

#4edfef color RGB value is (78,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 11101111
Octal 116 337 357
Decimal 78 223 239
Hex 4E DF EF

RGB Percentages of Color #4edfef

%14.44
%41.30
%44.26

CMYK Percentages of Color #4edfef

%67
%7
%0
%6

Triadic Colors of #4edfef

#4edfef #ef4edf #dfef4e

Analogous Colors of #4edfef

#4edfef #4e8fef #4eefaf

Monochromatic Colors of #4edfef

#4edfef

Complementary Color

#4edfef #ef5e4e

#4edfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfef Color CSS Codes

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

#4edfef Text Font Color

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

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


#4edfef Background Color

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

This div background color is #4edfef


#4edfef Border Color

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

This div border color is #4edfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfef


Comments

No comments written yet.

Please login to write comment.