Color Hex Logo

#4dfae7 Color Hex

#4DFAE7
(77,250,231)
0 Favorites   0 Comments

Color spaces of #4dfae7

RGB 77250231
HSL0.480.950.64
HSV173°69°98°
CMYK 0.690.000.08   0.02
XYZ51.670075.718587.4931
Yxy75.71850.24050.3524
Hunter Lab87.0164-46.28601.2966
CIE-Lab89.7285-47.6543-3.6474

#4dfae7 color RGB value is (77,250,231).

#4dfae7 hex color red value is 77, green value is 250 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #4dfae7 hue: 0.48 , saturation: 0.95 and the lightness value of 4dfae7 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11100111
Octal 115 372 347
Decimal 77 250 231
Hex 4D FA E7

RGB Percentages of Color #4dfae7

%13.80
%44.80
%41.40

CMYK Percentages of Color #4dfae7

%69
%0
%8
%2

Triadic Colors of #4dfae7

#4dfae7 #e74dfa #fae74d

Analogous Colors of #4dfae7

#4dfae7 #4db7fa #4dfa91

Monochromatic Colors of #4dfae7

#4dfae7

Complementary Color

#4dfae7 #fa4d60

#4dfae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfae7 Color CSS Codes

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

#4dfae7 Text Font Color

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

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


#4dfae7 Background Color

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

This div background color is #4dfae7


#4dfae7 Border Color

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

This div border color is #4dfae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfae7


Comments

No comments written yet.

Please login to write comment.