Color Hex Logo

#4efdfe Color Hex

#4EFDFE
(78,253,254)
0 Favorites   0 Comments

Color spaces of #4efdfe

RGB 78253254
HSL0.500.990.65
HSV180°69°100°
CMYK 0.690.000.00   0.00
XYZ56.156679.0260106.0597
Yxy79.02600.23280.3276
Hunter Lab88.8966-42.8093-8.5094
CIE-Lab91.2461-42.7106-13.3492

#4efdfe color RGB value is (78,253,254).

#4efdfe hex color red value is 78, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4efdfe hue: 0.50 , saturation: 0.99 and the lightness value of 4efdfe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11111110
Octal 116 375 376
Decimal 78 253 254
Hex 4E FD FE

RGB Percentages of Color #4efdfe

%13.33
%43.25
%43.42

CMYK Percentages of Color #4efdfe

%69
%0
%0
%0

Triadic Colors of #4efdfe

#4efdfe #fe4efd #fdfe4e

Analogous Colors of #4efdfe

#4efdfe #4ea5fe #4efea7

Monochromatic Colors of #4efdfe

#4efdfe

Complementary Color

#4efdfe #fe4f4e

#4efdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdfe Color CSS Codes

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

#4efdfe Text Font Color

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

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


#4efdfe Background Color

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

This div background color is #4efdfe


#4efdfe Border Color

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

This div border color is #4efdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.