Color Hex Logo

#4dbfd5 Color Hex

#4DBFD5
(77,191,213)
0 Favorites   0 Comments

Color spaces of #4dbfd5

RGB 77191213
HSL0.530.620.57
HSV190°64°84°
CMYK 0.640.100.00   0.16
XYZ33.701643.643569.5986
Yxy43.64350.22940.2970
Hunter Lab66.0632-24.5504-16.2186
CIE-Lab71.9896-25.3707-20.5773

#4dbfd5 color RGB value is (77,191,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 11010101
Octal 115 277 325
Decimal 77 191 213
Hex 4D BF D5

RGB Percentages of Color #4dbfd5

%16.01
%39.71
%44.28

CMYK Percentages of Color #4dbfd5

%64
%10
%0
%16

Triadic Colors of #4dbfd5

#4dbfd5 #d54dbf #bfd54d

Analogous Colors of #4dbfd5

#4dbfd5 #4d7bd5 #4dd5a7

Monochromatic Colors of #4dbfd5

#4dbfd5

Complementary Color

#4dbfd5 #d5634d

#4dbfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfd5 Color CSS Codes

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

#4dbfd5 Text Font Color

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

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


#4dbfd5 Background Color

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

This div background color is #4dbfd5


#4dbfd5 Border Color

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

This div border color is #4dbfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfd5


Comments

No comments written yet.

Please login to write comment.