Color Hex Logo

#4dddfa Color Hex

#4DDDFA
(77,221,250)
0 Favorites   0 Comments

Color spaces of #4dddfa

RGB 77221250
HSL0.530.950.64
HSV190°69°98°
CMYK 0.690.120.00   0.02
XYZ46.172360.192899.6273
Yxy60.19280.22410.2922
Hunter Lab77.5840-29.5420-21.8267
CIE-Lab81.9429-29.1146-25.2973

#4dddfa color RGB value is (77,221,250).

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

The process color (four color CMYK) of #4dddfa color hex is 0.69, 0.12, 0.00, 0.02. Web safe color of #4dddfa is #66ccff. Color #4dddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 11111010
Octal 115 335 372
Decimal 77 221 250
Hex 4D DD FA

RGB Percentages of Color #4dddfa

%14.05
%40.33
%45.62

CMYK Percentages of Color #4dddfa

%69
%12
%0
%2

Triadic Colors of #4dddfa

#4dddfa #fa4ddd #ddfa4d

Analogous Colors of #4dddfa

#4dddfa #4d87fa #4dfac1

Monochromatic Colors of #4dddfa

#4dddfa

Complementary Color

#4dddfa #fa6a4d

#4dddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddfa Color CSS Codes

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

#4dddfa Text Font Color

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

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


#4dddfa Background Color

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

This div background color is #4dddfa


#4dddfa Border Color

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

This div border color is #4dddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddfa


Comments

No comments written yet.

Please login to write comment.