Color Hex Logo

#4edfff Color Hex

#4EDFFF
(78,223,255)
0 Favorites   0 Comments

Color spaces of #4edfff

RGB 78223255
HSL0.531.000.65
HSV191°69°100°
CMYK 0.690.130.00   0.00
XYZ47.579661.6151103.9929
Yxy61.61510.22320.2890
Hunter Lab78.4953-29.1697-23.6025
CIE-Lab82.7083-28.4605-26.7732

#4edfff color RGB value is (78,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 11111111
Octal 116 337 377
Decimal 78 223 255
Hex 4E DF FF

RGB Percentages of Color #4edfff

%14.03
%40.11
%45.86

CMYK Percentages of Color #4edfff

%69
%13
%0
%0

Triadic Colors of #4edfff

#4edfff #ff4edf #dfff4e

Analogous Colors of #4edfff

#4edfff #4e87ff #4effc7

Monochromatic Colors of #4edfff

#4edfff

Complementary Color

#4edfff #ff6e4e

#4edfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfff Color CSS Codes

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

#4edfff Text Font Color

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

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


#4edfff Background Color

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

This div background color is #4edfff


#4edfff Border Color

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

This div border color is #4edfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfff

Related Colors


Comments

No comments written yet.

Please login to write comment.