Color Hex Logo

#4dbbdf Color Hex

#4DBBDF
(77,187,223)
0 Favorites   0 Comments

Color spaces of #4dbbdf

RGB 77187223
HSL0.540.700.59
HSV195°65°87°
CMYK 0.650.160.00   0.13
XYZ34.150242.446176.2051
Yxy42.44610.22350.2778
Hunter Lab65.1507-20.4489-23.7446
CIE-Lab71.1774-20.3067-27.2648

#4dbbdf color RGB value is (77,187,223).

#4dbbdf hex color red value is 77, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4dbbdf hue: 0.54 , saturation: 0.70 and the lightness value of 4dbbdf is 0.59.

The process color (four color CMYK) of #4dbbdf color hex is 0.65, 0.16, 0.00, 0.13. Web safe color of #4dbbdf is #66cccc. Color #4dbbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 11011111
Octal 115 273 337
Decimal 77 187 223
Hex 4D BB DF

RGB Percentages of Color #4dbbdf

%15.81
%38.40
%45.79

CMYK Percentages of Color #4dbbdf

%65
%16
%0
%13

Triadic Colors of #4dbbdf

#4dbbdf #df4dbb #bbdf4d

Analogous Colors of #4dbbdf

#4dbbdf #4d72df #4ddfba

Monochromatic Colors of #4dbbdf

#4dbbdf

Complementary Color

#4dbbdf #df714d

#4dbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbdf Color CSS Codes

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

#4dbbdf Text Font Color

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

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


#4dbbdf Background Color

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

This div background color is #4dbbdf


#4dbbdf Border Color

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

This div border color is #4dbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbdf


Comments

No comments written yet.

Please login to write comment.