Color Hex Logo

#4deeed Color Hex

#4DEEED
(77,238,237)
1 Favorites   0 Comments

Color spaces of #4deeed

RGB 77238237
HSL0.500.830.62
HSV180°68°93°
CMYK 0.680.000.00   0.07
XYZ48.921268.841390.8300
Yxy68.84130.23450.3300
Hunter Lab82.9707-39.9514-6.8267
CIE-Lab86.4254-40.7855-11.6768

#4deeed color RGB value is (77,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11101101
Octal 115 356 355
Decimal 77 238 237
Hex 4D EE ED

RGB Percentages of Color #4deeed

%13.95
%43.12
%42.93

CMYK Percentages of Color #4deeed

%68
%0
%0
%7

Triadic Colors of #4deeed

#4deeed #ed4dee #eeed4d

Analogous Colors of #4deeed

#4deeed #4d9fee #4dee9d

Monochromatic Colors of #4deeed

#4deeed

Complementary Color

#4deeed #ee4d4e

#4deeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deeed Color CSS Codes

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

#4deeed Text Font Color

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

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


#4deeed Background Color

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

This div background color is #4deeed


#4deeed Border Color

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

This div border color is #4deeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deeed


Comments

No comments written yet.

Please login to write comment.