Color Hex Logo

#4dbedc Color Hex

#4DBEDC
(77,190,220)
0 Favorites   0 Comments

Color spaces of #4dbedc

RGB 77190220
HSL0.530.670.58
HSV193°65°86°
CMYK 0.650.140.00   0.14
XYZ34.392343.572074.3077
Yxy43.57200.22590.2861
Hunter Lab66.0091-22.5132-20.5375
CIE-Lab71.9415-22.7622-24.4613

#4dbedc color RGB value is (77,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 11011100
Octal 115 276 334
Decimal 77 190 220
Hex 4D BE DC

RGB Percentages of Color #4dbedc

%15.81
%39.01
%45.17

CMYK Percentages of Color #4dbedc

%65
%14
%0
%14

Triadic Colors of #4dbedc

#4dbedc #dc4dbe #bedc4d

Analogous Colors of #4dbedc

#4dbedc #4d77dc #4ddcb3

Monochromatic Colors of #4dbedc

#4dbedc

Complementary Color

#4dbedc #dc6b4d

#4dbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbedc Color CSS Codes

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

#4dbedc Text Font Color

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

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


#4dbedc Background Color

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

This div background color is #4dbedc


#4dbedc Border Color

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

This div border color is #4dbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbedc

#4dbedc Color Palettes


Comments

No comments written yet.

Please login to write comment.