Color Hex Logo

#4defed Color Hex

#4DEFED
(77,239,237)
0 Favorites   0 Comments

Color spaces of #4defed

RGB 77239237
HSL0.500.840.62
HSV179°68°94°
CMYK 0.680.000.01   0.06
XYZ49.213169.425290.9274
Yxy69.42520.23480.3313
Hunter Lab83.3218-40.3841-6.3767
CIE-Lab86.7142-41.2348-11.2462

#4defed color RGB value is (77,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 11101101
Octal 115 357 355
Decimal 77 239 237
Hex 4D EF ED

RGB Percentages of Color #4defed

%13.92
%43.22
%42.86

CMYK Percentages of Color #4defed

%68
%0
%1
%6

Triadic Colors of #4defed

#4defed #ed4def #efed4d

Analogous Colors of #4defed

#4defed #4da0ef #4def9c

Monochromatic Colors of #4defed

#4defed

Complementary Color

#4defed #ef4d4f

#4defed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4defed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4defed Color CSS Codes

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

#4defed Text Font Color

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

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


#4defed Background Color

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

This div background color is #4defed


#4defed Border Color

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

This div border color is #4defed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4defed


Comments

No comments written yet.

Please login to write comment.