Color Hex Logo

#4dbaee Color Hex

#4DBAEE
(77,186,238)
0 Favorites   0 Comments

Color spaces of #4dbaee

RGB 77186238
HSL0.550.830.62
HSV199°68°93°
CMYK 0.680.220.00   0.07
XYZ36.052142.868687.2632
Yxy42.86860.21690.2580
Hunter Lab65.4741-16.2920-33.1892
CIE-Lab71.4657-15.0694-34.9720

#4dbaee color RGB value is (77,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11101110
Octal 115 272 356
Decimal 77 186 238
Hex 4D BA EE

RGB Percentages of Color #4dbaee

%15.37
%37.13
%47.50

CMYK Percentages of Color #4dbaee

%68
%22
%0
%7

Triadic Colors of #4dbaee

#4dbaee #ee4dba #baee4d

Analogous Colors of #4dbaee

#4dbaee #4d6aee #4deed2

Monochromatic Colors of #4dbaee

#4dbaee

Complementary Color

#4dbaee #ee814d

#4dbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaee Color CSS Codes

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

#4dbaee Text Font Color

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

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


#4dbaee Background Color

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

This div background color is #4dbaee


#4dbaee Border Color

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

This div border color is #4dbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaee


Comments

No comments written yet.

Please login to write comment.