Color Hex Logo

#4dbff1 Color Hex

#4DBFF1
(77,191,241)
0 Favorites   0 Comments

Color spaces of #4dbff1

RGB 77191241
HSL0.550.850.62
HSV198°68°95°
CMYK 0.680.210.00   0.05
XYZ37.568645.190389.9616
Yxy45.19030.21750.2616
Hunter Lab67.2237-17.8852-32.2877
CIE-Lab73.0170-16.7508-34.1927

#4dbff1 color RGB value is (77,191,241).

#4dbff1 hex color red value is 77, green value is 191 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #4dbff1 hue: 0.55 , saturation: 0.85 and the lightness value of 4dbff1 is 0.62.

The process color (four color CMYK) of #4dbff1 color hex is 0.68, 0.21, 0.00, 0.05. Web safe color of #4dbff1 is #66ccff. Color #4dbff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 11110001
Octal 115 277 361
Decimal 77 191 241
Hex 4D BF F1

RGB Percentages of Color #4dbff1

%15.13
%37.52
%47.35

CMYK Percentages of Color #4dbff1

%68
%21
%0
%5

Triadic Colors of #4dbff1

#4dbff1 #f14dbf #bff14d

Analogous Colors of #4dbff1

#4dbff1 #4d6df1 #4df1d1

Monochromatic Colors of #4dbff1

#4dbff1

Complementary Color

#4dbff1 #f17f4d

#4dbff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbff1 Color CSS Codes

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

#4dbff1 Text Font Color

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

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


#4dbff1 Background Color

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

This div background color is #4dbff1


#4dbff1 Border Color

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

This div border color is #4dbff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbff1


Comments

No comments written yet.

Please login to write comment.