Color Hex Logo

#4dbbfd Color Hex

#4DBBFD
(77,187,253)
0 Favorites   0 Comments

Color spaces of #4dbbfd

RGB 77187253
HSL0.560.980.65
HSV203°70°99°
CMYK 0.700.260.00   0.01
XYZ38.560544.210399.4296
Yxy44.21030.21160.2426
Hunter Lab66.4908-12.8402-42.1180
CIE-Lab72.3688-10.7556-41.6757

#4dbbfd color RGB value is (77,187,253).

#4dbbfd hex color red value is 77, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4dbbfd hue: 0.56 , saturation: 0.98 and the lightness value of 4dbbfd is 0.65.

The process color (four color CMYK) of #4dbbfd color hex is 0.70, 0.26, 0.00, 0.01. Web safe color of #4dbbfd is #66ccff. Color #4dbbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 11111101
Octal 115 273 375
Decimal 77 187 253
Hex 4D BB FD

RGB Percentages of Color #4dbbfd

%14.89
%36.17
%48.94

CMYK Percentages of Color #4dbbfd

%70
%26
%0
%1

Triadic Colors of #4dbbfd

#4dbbfd #fd4dbb #bbfd4d

Analogous Colors of #4dbbfd

#4dbbfd #4d63fd #4dfde7

Monochromatic Colors of #4dbbfd

#4dbbfd

Complementary Color

#4dbbfd #fd8f4d

#4dbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbbfd Color CSS Codes

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

#4dbbfd Text Font Color

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

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


#4dbbfd Background Color

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

This div background color is #4dbbfd


#4dbbfd Border Color

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

This div border color is #4dbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.