Color Hex Logo

#4dbedd Color Hex

#4DBEDD
(77,190,221)
0 Favorites   0 Comments

Color spaces of #4dbedd

RGB 77190221
HSL0.540.680.58
HSV193°65°87°
CMYK 0.650.140.00   0.13
XYZ34.525243.625175.0074
Yxy43.62510.22540.2848
Hunter Lab66.0493-22.2810-21.0968
CIE-Lab71.9772-22.4577-24.9507

#4dbedd color RGB value is (77,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 11011101
Octal 115 276 335
Decimal 77 190 221
Hex 4D BE DD

RGB Percentages of Color #4dbedd

%15.78
%38.93
%45.29

CMYK Percentages of Color #4dbedd

%65
%14
%0
%13

Triadic Colors of #4dbedd

#4dbedd #dd4dbe #bedd4d

Analogous Colors of #4dbedd

#4dbedd #4d76dd #4dddb4

Monochromatic Colors of #4dbedd

#4dbedd

Complementary Color

#4dbedd #dd6c4d

#4dbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbedd Color CSS Codes

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

#4dbedd Text Font Color

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

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


#4dbedd Background Color

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

This div background color is #4dbedd


#4dbedd Border Color

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

This div border color is #4dbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbedd


Comments

No comments written yet.

Please login to write comment.