Color Hex Logo

#4daddd Color Hex

#4DADDD
(77,173,221)
0 Favorites   0 Comments

Color spaces of #4daddd

RGB 77173221
HSL0.560.680.58
HSV200°65°87°
CMYK 0.650.220.00   0.13
XYZ31.055336.685473.8508
Yxy36.68540.21930.2591
Hunter Lab60.5685-14.4724-29.8940
CIE-Lab67.0403-13.5542-32.5499

#4daddd color RGB value is (77,173,221).

#4daddd hex color red value is 77, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4daddd hue: 0.56 , saturation: 0.68 and the lightness value of 4daddd is 0.58.

The process color (four color CMYK) of #4daddd color hex is 0.65, 0.22, 0.00, 0.13. Web safe color of #4daddd is #6699cc. Color #4daddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101101 11011101
Octal 115 255 335
Decimal 77 173 221
Hex 4D AD DD

RGB Percentages of Color #4daddd

%16.35
%36.73
%46.92

CMYK Percentages of Color #4daddd

%65
%22
%0
%13

Triadic Colors of #4daddd

#4daddd #dd4dad #addd4d

Analogous Colors of #4daddd

#4daddd #4d65dd #4dddc5

Monochromatic Colors of #4daddd

#4daddd

Complementary Color

#4daddd #dd7d4d

#4daddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daddd Color CSS Codes

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

#4daddd Text Font Color

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

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


#4daddd Background Color

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

This div background color is #4daddd


#4daddd Border Color

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

This div border color is #4daddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daddd


Comments

No comments written yet.

Please login to write comment.