Color Hex Logo

#4dbbec Color Hex

#4DBBEC
(77,187,236)
0 Favorites   0 Comments

Color spaces of #4dbbec

RGB 77187236
HSL0.550.810.61
HSV198°67°93°
CMYK 0.670.210.00   0.07
XYZ35.971243.174685.7945
Yxy43.17460.21810.2618
Hunter Lab65.7074-17.2689-31.4201
CIE-Lab71.6733-16.2353-33.5659

#4dbbec color RGB value is (77,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 11101100
Octal 115 273 354
Decimal 77 187 236
Hex 4D BB EC

RGB Percentages of Color #4dbbec

%15.40
%37.40
%47.20

CMYK Percentages of Color #4dbbec

%67
%21
%0
%7

Triadic Colors of #4dbbec

#4dbbec #ec4dbb #bbec4d

Analogous Colors of #4dbbec

#4dbbec #4d6cec #4decce

Monochromatic Colors of #4dbbec

#4dbbec

Complementary Color

#4dbbec #ec7e4d

#4dbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbec Color CSS Codes

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

#4dbbec Text Font Color

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

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


#4dbbec Background Color

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

This div background color is #4dbbec


#4dbbec Border Color

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

This div border color is #4dbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbec


Comments

No comments written yet.

Please login to write comment.