Color Hex Logo

#4efeff Color Hex

#4EFEFF
(78,254,255)
0 Favorites   0 Comments

Color spaces of #4efeff

RGB 78254255
HSL0.501.000.65
HSV180°69°100°
CMYK 0.690.000.00   0.00
XYZ56.633779.7233107.0110
Yxy79.72330.23270.3276
Hunter Lab89.2879-43.0345-8.5572
CIE-Lab91.5606-42.8815-13.3979

#4efeff color RGB value is (78,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111110 11111111
Octal 116 376 377
Decimal 78 254 255
Hex 4E FE FF

RGB Percentages of Color #4efeff

%13.29
%43.27
%43.44

CMYK Percentages of Color #4efeff

%69
%0
%0
%0

Triadic Colors of #4efeff

#4efeff #ff4efe #feff4e

Analogous Colors of #4efeff

#4efeff #4ea6ff #4effa8

Monochromatic Colors of #4efeff

#4efeff

Complementary Color

#4efeff #ff4f4e

#4efeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efeff Color CSS Codes

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

#4efeff Text Font Color

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

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


#4efeff Background Color

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

This div background color is #4efeff


#4efeff Border Color

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

This div border color is #4efeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efeff

Related Colors


Comments

No comments written yet.

Please login to write comment.