Color Hex Logo

#4dedff Color Hex

#4DEDFF
(77,237,255)
0 Favorites   0 Comments

Color spaces of #4dedff

RGB 77237255
HSL0.521.000.65
HSV186°70°100°
CMYK 0.700.070.00   0.00
XYZ51.394869.3662105.2880
Yxy69.36620.22740.3069
Hunter Lab83.2864-35.6014-16.6521
CIE-Lab86.6851-35.2619-20.7310

#4dedff color RGB value is (77,237,255).

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

The process color (four color CMYK) of #4dedff color hex is 0.70, 0.07, 0.00, 0.00. Web safe color of #4dedff is #66ffff. Color #4dedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 11111111
Octal 115 355 377
Decimal 77 237 255
Hex 4D ED FF

RGB Percentages of Color #4dedff

%13.53
%41.65
%44.82

CMYK Percentages of Color #4dedff

%70
%7
%0
%0

Triadic Colors of #4dedff

#4dedff #ff4ded #edff4d

Analogous Colors of #4dedff

#4dedff #4d94ff #4dffb8

Monochromatic Colors of #4dedff

#4dedff

Complementary Color

#4dedff #ff5f4d

#4dedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedff Color CSS Codes

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

#4dedff Text Font Color

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

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


#4dedff Background Color

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

This div background color is #4dedff


#4dedff Border Color

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

This div border color is #4dedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedff


Comments

No comments written yet.

Please login to write comment.