Color Hex Logo

#4defee Color Hex

#4DEFEE
(77,239,238)
0 Favorites   0 Comments

Color spaces of #4defee

RGB 77239238
HSL0.500.840.62
HSV180°68°94°
CMYK 0.680.000.00   0.06
XYZ49.359769.483891.6991
Yxy69.48380.23440.3300
Hunter Lab83.3569-40.1761-6.8737
CIE-Lab86.7431-40.9611-11.7277

#4defee color RGB value is (77,239,238).

#4defee hex color red value is 77, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4defee hue: 0.50 , saturation: 0.84 and the lightness value of 4defee is 0.62.

The process color (four color CMYK) of #4defee color hex is 0.68, 0.00, 0.00, 0.06. Web safe color of #4defee is #66ffff. Color #4defee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 11101110
Octal 115 357 356
Decimal 77 239 238
Hex 4D EF EE

RGB Percentages of Color #4defee

%13.90
%43.14
%42.96

CMYK Percentages of Color #4defee

%68
%0
%0
%6

Triadic Colors of #4defee

#4defee #ee4def #efee4d

Analogous Colors of #4defee

#4defee #4d9fef #4def9d

Monochromatic Colors of #4defee

#4defee

Complementary Color

#4defee #ef4d4e

#4defee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4defee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4defee Color CSS Codes

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

#4defee Text Font Color

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

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


#4defee Background Color

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

This div background color is #4defee


#4defee Border Color

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

This div border color is #4defee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4defee


Comments

No comments written yet.

Please login to write comment.