Color Hex Logo

#4dbdea Color Hex

#4DBDEA
(77,189,234)
0 Favorites   0 Comments

Color spaces of #4dbdea

RGB 77189234
HSL0.550.790.61
HSV197°67°92°
CMYK 0.670.190.00   0.08
XYZ36.109443.913584.4149
Yxy43.91350.21960.2671
Hunter Lab66.2673-18.7021-29.1398
CIE-Lab72.1706-17.9163-31.7129

#4dbdea color RGB value is (77,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111101 11101010
Octal 115 275 352
Decimal 77 189 234
Hex 4D BD EA

RGB Percentages of Color #4dbdea

%15.40
%37.80
%46.80

CMYK Percentages of Color #4dbdea

%67
%19
%0
%8

Triadic Colors of #4dbdea

#4dbdea #ea4dbd #bdea4d

Analogous Colors of #4dbdea

#4dbdea #4d6fea #4deac9

Monochromatic Colors of #4dbdea

#4dbdea

Complementary Color

#4dbdea #ea7a4d

#4dbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbdea Color CSS Codes

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

#4dbdea Text Font Color

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

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


#4dbdea Background Color

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

This div background color is #4dbdea


#4dbdea Border Color

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

This div border color is #4dbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbdea


Comments

No comments written yet.

Please login to write comment.