Color Hex Logo

#4dabcb Color Hex

#4DABCB
(77,171,203)
0 Favorites   0 Comments

Color spaces of #4dabcb

RGB 77171203
HSL0.540.550.55
HSV195°62°80°
CMYK 0.620.160.00   0.20
XYZ28.403035.015461.7616
Yxy35.01540.22690.2797
Hunter Lab59.1738-17.8755-20.4612
CIE-Lab65.7607-18.1354-24.5911

#4dabcb color RGB value is (77,171,203).

#4dabcb hex color red value is 77, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4dabcb hue: 0.54 , saturation: 0.55 and the lightness value of 4dabcb is 0.55.

The process color (four color CMYK) of #4dabcb color hex is 0.62, 0.16, 0.00, 0.20. Web safe color of #4dabcb is #6699cc. Color #4dabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 11001011
Octal 115 253 313
Decimal 77 171 203
Hex 4D AB CB

RGB Percentages of Color #4dabcb

%17.07
%37.92
%45.01

CMYK Percentages of Color #4dabcb

%62
%16
%0
%20

Triadic Colors of #4dabcb

#4dabcb #cb4dab #abcb4d

Analogous Colors of #4dabcb

#4dabcb #4d6ccb #4dcbac

Monochromatic Colors of #4dabcb

#4dabcb

Complementary Color

#4dabcb #cb6d4d

#4dabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabcb Color CSS Codes

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

#4dabcb Text Font Color

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

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


#4dabcb Background Color

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

This div background color is #4dabcb


#4dabcb Border Color

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

This div border color is #4dabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabcb


Comments

No comments written yet.

Please login to write comment.