Color Hex Logo

#4dbeea Color Hex

#4DBEEA
(77,190,234)
0 Favorites   0 Comments

Color spaces of #4dbeea

RGB 77190234
HSL0.550.790.61
HSV197°67°92°
CMYK 0.670.190.00   0.08
XYZ36.325344.345284.4868
Yxy44.34520.21990.2685
Hunter Lab66.5922-19.1666-28.6078
CIE-Lab72.4586-18.4373-31.2685

#4dbeea color RGB value is (77,190,234).

#4dbeea hex color red value is 77, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4dbeea hue: 0.55 , saturation: 0.79 and the lightness value of 4dbeea is 0.61.

The process color (four color CMYK) of #4dbeea color hex is 0.67, 0.19, 0.00, 0.08. Web safe color of #4dbeea is #66ccff. Color #4dbeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 11101010
Octal 115 276 352
Decimal 77 190 234
Hex 4D BE EA

RGB Percentages of Color #4dbeea

%15.37
%37.92
%46.71

CMYK Percentages of Color #4dbeea

%67
%19
%0
%8

Triadic Colors of #4dbeea

#4dbeea #ea4dbe #beea4d

Analogous Colors of #4dbeea

#4dbeea #4d70ea #4deac8

Monochromatic Colors of #4dbeea

#4dbeea

Complementary Color

#4dbeea #ea794d

#4dbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbeea Color CSS Codes

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

#4dbeea Text Font Color

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

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


#4dbeea Background Color

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

This div background color is #4dbeea


#4dbeea Border Color

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

This div border color is #4dbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbeea


Comments

No comments written yet.

Please login to write comment.