Color Hex Logo

#4efdfc Color Hex

#4EFDFC
(78,253,252)
0 Favorites   0 Comments

Color spaces of #4efdfc

RGB 78253252
HSL0.500.980.65
HSV180°69°99°
CMYK 0.690.000.00   0.01
XYZ55.837978.8985104.3814
Yxy78.89850.23350.3300
Hunter Lab88.8248-43.2331-7.4965
CIE-Lab91.1883-43.2571-12.3974

#4efdfc color RGB value is (78,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11111100
Octal 116 375 374
Decimal 78 253 252
Hex 4E FD FC

RGB Percentages of Color #4efdfc

%13.38
%43.40
%43.22

CMYK Percentages of Color #4efdfc

%69
%0
%0
%1

Triadic Colors of #4efdfc

#4efdfc #fc4efd #fdfc4e

Analogous Colors of #4efdfc

#4efdfc #4ea7fd #4efda5

Monochromatic Colors of #4efdfc

#4efdfc

Complementary Color

#4efdfc #fd4e4f

#4efdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdfc Color CSS Codes

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

#4efdfc Text Font Color

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

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


#4efdfc Background Color

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

This div background color is #4efdfc


#4efdfc Border Color

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

This div border color is #4efdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.