Color Hex Logo

#4dddef Color Hex

#4DDDEF
(77,221,239)
0 Favorites   0 Comments

Color spaces of #4dddef

RGB 77221239
HSL0.520.840.62
HSV187°68°94°
CMYK 0.680.080.00   0.06
XYZ44.497059.522790.8051
Yxy59.52270.22840.3055
Hunter Lab77.1510-32.0639-15.7775
CIE-Lab81.5781-32.3547-20.0170

#4dddef color RGB value is (77,221,239).

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

The process color (four color CMYK) of #4dddef color hex is 0.68, 0.08, 0.00, 0.06. Web safe color of #4dddef is #66ccff. Color #4dddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 11101111
Octal 115 335 357
Decimal 77 221 239
Hex 4D DD EF

RGB Percentages of Color #4dddef

%14.34
%41.15
%44.51

CMYK Percentages of Color #4dddef

%68
%8
%0
%6

Triadic Colors of #4dddef

#4dddef #ef4ddd #ddef4d

Analogous Colors of #4dddef

#4dddef #4d8cef #4defb0

Monochromatic Colors of #4dddef

#4dddef

Complementary Color

#4dddef #ef5f4d

#4dddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddef Color CSS Codes

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

#4dddef Text Font Color

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

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


#4dddef Background Color

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

This div background color is #4dddef


#4dddef Border Color

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

This div border color is #4dddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddef


Comments

No comments written yet.

Please login to write comment.