Color Hex Logo

#4dbacf Color Hex

#4DBACF
(77,186,207)
0 Favorites   0 Comments

Color spaces of #4dbacf

RGB 77186207
HSL0.530.580.56
HSV190°63°81°
CMYK 0.630.100.00   0.19
XYZ31.882041.200665.3036
Yxy41.20060.23040.2977
Hunter Lab64.1877-23.6676-15.3894
CIE-Lab70.3162-24.6454-19.8429

#4dbacf color RGB value is (77,186,207).

#4dbacf hex color red value is 77, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4dbacf hue: 0.53 , saturation: 0.58 and the lightness value of 4dbacf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11001111
Octal 115 272 317
Decimal 77 186 207
Hex 4D BA CF

RGB Percentages of Color #4dbacf

%16.38
%39.57
%44.04

CMYK Percentages of Color #4dbacf

%63
%10
%0
%19

Triadic Colors of #4dbacf

#4dbacf #cf4dba #bacf4d

Analogous Colors of #4dbacf

#4dbacf #4d79cf #4dcfa3

Monochromatic Colors of #4dbacf

#4dbacf

Complementary Color

#4dbacf #cf624d

#4dbacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbacf Color CSS Codes

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

#4dbacf Text Font Color

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

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


#4dbacf Background Color

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

This div background color is #4dbacf


#4dbacf Border Color

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

This div border color is #4dbacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbacf


Comments

No comments written yet.

Please login to write comment.