Color Hex Logo

#4dc4dd Color Hex

#4DC4DD
(77,196,221)
0 Favorites   0 Comments

Color spaces of #4dc4dd

RGB 77196221
HSL0.530.680.58
HSV190°65°87°
CMYK 0.650.110.00   0.13
XYZ35.851646.278175.4496
Yxy46.27810.22750.2937
Hunter Lab68.0280-24.9773-18.1387
CIE-Lab73.7256-25.4827-22.2826

#4dc4dd color RGB value is (77,196,221).

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

The process color (four color CMYK) of #4dc4dd color hex is 0.65, 0.11, 0.00, 0.13. Web safe color of #4dc4dd is #66cccc. Color #4dc4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000100 11011101
Octal 115 304 335
Decimal 77 196 221
Hex 4D C4 DD

RGB Percentages of Color #4dc4dd

%15.59
%39.68
%44.74

CMYK Percentages of Color #4dc4dd

%65
%11
%0
%13

Triadic Colors of #4dc4dd

#4dc4dd #dd4dc4 #c4dd4d

Analogous Colors of #4dc4dd

#4dc4dd #4d7cdd #4dddae

Monochromatic Colors of #4dc4dd

#4dc4dd

Complementary Color

#4dc4dd #dd664d

#4dc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc4dd Color CSS Codes

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

#4dc4dd Text Font Color

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

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


#4dc4dd Background Color

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

This div background color is #4dc4dd


#4dc4dd Border Color

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

This div border color is #4dc4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,196,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 #4dc4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc4dd


Comments

No comments written yet.

Please login to write comment.