Color Hex Logo

#4efdff Color Hex

#4EFDFF
(78,253,255)
0 Favorites   0 Comments

Color spaces of #4efdff

RGB 78253255
HSL0.501.000.65
HSV181°69°100°
CMYK 0.690.010.00   0.00
XYZ56.317279.0903106.9055
Yxy79.09030.23240.3264
Hunter Lab88.9327-42.5960-9.0192
CIE-Lab91.2751-42.4364-13.8247

#4efdff color RGB value is (78,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11111111
Octal 116 375 377
Decimal 78 253 255
Hex 4E FD FF

RGB Percentages of Color #4efdff

%13.31
%43.17
%43.52

CMYK Percentages of Color #4efdff

%69
%1
%0
%0

Triadic Colors of #4efdff

#4efdff #ff4efd #fdff4e

Analogous Colors of #4efdff

#4efdff #4ea5ff #4effa9

Monochromatic Colors of #4efdff

#4efdff

Complementary Color

#4efdff #ff504e

#4efdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdff Color CSS Codes

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

#4efdff Text Font Color

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

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


#4efdff Background Color

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

This div background color is #4efdff


#4efdff Border Color

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

This div border color is #4efdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,253,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 #4efdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdff

Related Colors


Comments

No comments written yet.

Please login to write comment.