Color Hex Logo

#4dbffd Color Hex

#4DBFFD
(77,191,253)
0 Favorites   0 Comments

Color spaces of #4dbffd

RGB 77191253
HSL0.560.980.65
HSV201°70°99°
CMYK 0.700.250.00   0.01
XYZ39.421045.931299.7164
Yxy45.93120.21300.2482
Hunter Lab67.7726-14.7746-39.7949
CIE-Lab73.5009-12.9019-39.9103

#4dbffd color RGB value is (77,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 11111101
Octal 115 277 375
Decimal 77 191 253
Hex 4D BF FD

RGB Percentages of Color #4dbffd

%14.78
%36.66
%48.56

CMYK Percentages of Color #4dbffd

%70
%25
%0
%1

Triadic Colors of #4dbffd

#4dbffd #fd4dbf #bffd4d

Analogous Colors of #4dbffd

#4dbffd #4d67fd #4dfde3

Monochromatic Colors of #4dbffd

#4dbffd

Complementary Color

#4dbffd #fd8b4d

#4dbffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbffd Color CSS Codes

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

#4dbffd Text Font Color

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

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


#4dbffd Background Color

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

This div background color is #4dbffd


#4dbffd Border Color

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

This div border color is #4dbffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbffd

Related Colors


Comments

No comments written yet.

Please login to write comment.