Color Hex Logo

#4effee Color Hex

#4EFFEE
(78,255,238)
0 Favorites   0 Comments

Color spaces of #4effee

RGB 78255238
HSL0.481.000.65
HSV174°69°100°
CMYK 0.690.000.07   0.00
XYZ54.334579.312793.3341
Yxy79.31270.23940.3494
Hunter Lab89.0577-46.94730.2034
CIE-Lab91.3756-47.8567-4.8565

#4effee color RGB value is (78,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11101110
Octal 116 377 356
Decimal 78 255 238
Hex 4E FF EE

RGB Percentages of Color #4effee

%13.66
%44.66
%41.68

CMYK Percentages of Color #4effee

%69
%0
%7
%0

Triadic Colors of #4effee

#4effee #ee4eff #ffee4e

Analogous Colors of #4effee

#4effee #4eb8ff #4eff96

Monochromatic Colors of #4effee

#4effee

Complementary Color

#4effee #ff4e5f

#4effee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effee Color CSS Codes

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

#4effee Text Font Color

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

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


#4effee Background Color

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

This div background color is #4effee


#4effee Border Color

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

This div border color is #4effee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effee


Comments

No comments written yet.

Please login to write comment.