Color Hex Logo

#4dbcdd Color Hex

#4DBCDD
(77,188,221)
0 Favorites   0 Comments

Color spaces of #4dbcdd

RGB 77188221
HSL0.540.680.58
HSV194°65°87°
CMYK 0.650.150.00   0.13
XYZ34.094942.764774.8640
Yxy42.76470.22470.2819
Hunter Lab65.3947-21.3761-22.0990
CIE-Lab71.3950-21.4365-25.8419

#4dbcdd color RGB value is (77,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 11011101
Octal 115 274 335
Decimal 77 188 221
Hex 4D BC DD

RGB Percentages of Color #4dbcdd

%15.84
%38.68
%45.47

CMYK Percentages of Color #4dbcdd

%65
%15
%0
%13

Triadic Colors of #4dbcdd

#4dbcdd #dd4dbc #bcdd4d

Analogous Colors of #4dbcdd

#4dbcdd #4d74dd #4dddb6

Monochromatic Colors of #4dbcdd

#4dbcdd

Complementary Color

#4dbcdd #dd6e4d

#4dbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcdd Color CSS Codes

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

#4dbcdd Text Font Color

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

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


#4dbcdd Background Color

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

This div background color is #4dbcdd


#4dbcdd Border Color

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

This div border color is #4dbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcdd


Comments

No comments written yet.

Please login to write comment.