Color Hex Logo

#4dbcdf Color Hex

#4DBCDF
(77,188,223)
0 Favorites   0 Comments

Color spaces of #4dbcdf

RGB 77188223
HSL0.540.700.59
HSV194°65°87°
CMYK 0.650.160.00   0.13
XYZ34.363142.871976.2760
Yxy42.87190.22380.2793
Hunter Lab65.4766-20.9047-23.2353
CIE-Lab71.4679-20.8219-26.8190

#4dbcdf color RGB value is (77,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 11011111
Octal 115 274 337
Decimal 77 188 223
Hex 4D BC DF

RGB Percentages of Color #4dbcdf

%15.78
%38.52
%45.70

CMYK Percentages of Color #4dbcdf

%65
%16
%0
%13

Triadic Colors of #4dbcdf

#4dbcdf #df4dbc #bcdf4d

Analogous Colors of #4dbcdf

#4dbcdf #4d73df #4ddfb9

Monochromatic Colors of #4dbcdf

#4dbcdf

Complementary Color

#4dbcdf #df704d

#4dbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcdf Color CSS Codes

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

#4dbcdf Text Font Color

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

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


#4dbcdf Background Color

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

This div background color is #4dbcdf


#4dbcdf Border Color

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

This div border color is #4dbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcdf


Comments

No comments written yet.

Please login to write comment.