Color Hex Logo

#4dbbed Color Hex

#4DBBED
(77,187,237)
0 Favorites   0 Comments

Color spaces of #4dbbed

RGB 77187237
HSL0.550.820.62
HSV199°68°93°
CMYK 0.680.210.00   0.07
XYZ36.117043.232986.5620
Yxy43.23290.21770.2606
Hunter Lab65.7517-17.0166-32.0289
CIE-Lab71.7128-15.9173-34.0471

#4dbbed color RGB value is (77,187,237).

#4dbbed hex color red value is 77, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4dbbed hue: 0.55 , saturation: 0.82 and the lightness value of 4dbbed is 0.62.

The process color (four color CMYK) of #4dbbed color hex is 0.68, 0.21, 0.00, 0.07. Web safe color of #4dbbed is #66ccff. Color #4dbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 11101101
Octal 115 273 355
Decimal 77 187 237
Hex 4D BB ED

RGB Percentages of Color #4dbbed

%15.37
%37.33
%47.31

CMYK Percentages of Color #4dbbed

%68
%21
%0
%7

Triadic Colors of #4dbbed

#4dbbed #ed4dbb #bbed4d

Analogous Colors of #4dbbed

#4dbbed #4d6bed #4dedcf

Monochromatic Colors of #4dbbed

#4dbbed

Complementary Color

#4dbbed #ed7f4d

#4dbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbed Color CSS Codes

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

#4dbbed Text Font Color

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

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


#4dbbed Background Color

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

This div background color is #4dbbed


#4dbbed Border Color

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

This div border color is #4dbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbed


Comments

No comments written yet.

Please login to write comment.