Color Hex Logo

#4efefc Color Hex

#4EFEFC
(78,254,252)
0 Favorites   0 Comments

Color spaces of #4efefc

RGB 78254252
HSL0.500.990.65
HSV179°69°100°
CMYK 0.690.000.01   0.00
XYZ56.154479.5316104.4869
Yxy79.53160.23380.3311
Hunter Lab89.1805-43.6695-7.0398
CIE-Lab91.4743-43.6999-11.9708

#4efefc color RGB value is (78,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11111100
Octal 116 376 374
Decimal 78 254 252
Hex 4E FE FC

RGB Percentages of Color #4efefc

%13.36
%43.49
%43.15

CMYK Percentages of Color #4efefc

%69
%0
%1
%0

Triadic Colors of #4efefc

#4efefc #fc4efe #fefc4e

Analogous Colors of #4efefc

#4efefc #4ea8fe #4efea4

Monochromatic Colors of #4efefc

#4efefc

Complementary Color

#4efefc #fe4e50

#4efefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efefc Color CSS Codes

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

#4efefc Text Font Color

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

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


#4efefc Background Color

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

This div background color is #4efefc


#4efefc Border Color

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

This div border color is #4efefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efefc


Comments

No comments written yet.

Please login to write comment.