Color Hex Logo

#4dafbf Color Hex

#4DAFBF
(77,175,191)
0 Favorites   0 Comments

Color spaces of #4dafbf

RGB 77175191
HSL0.520.470.53
HSV188°60°75°
CMYK 0.600.080.00   0.25
XYZ27.794535.999354.7739
Yxy35.99930.23440.3036
Hunter Lab59.9994-22.3095-12.1267
CIE-Lab66.5194-23.8103-16.7877

#4dafbf color RGB value is (77,175,191).

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

The process color (four color CMYK) of #4dafbf color hex is 0.60, 0.08, 0.00, 0.25. Web safe color of #4dafbf is #6699cc. Color #4dafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 10111111
Octal 115 257 277
Decimal 77 175 191
Hex 4D AF BF

RGB Percentages of Color #4dafbf

%17.38
%39.50
%43.12

CMYK Percentages of Color #4dafbf

%60
%8
%0
%25

Triadic Colors of #4dafbf

#4dafbf #bf4daf #afbf4d

Analogous Colors of #4dafbf

#4dafbf #4d76bf #4dbf96

Monochromatic Colors of #4dafbf

#4dafbf

Complementary Color

#4dafbf #bf5d4d

#4dafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dafbf Color CSS Codes

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

#4dafbf Text Font Color

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

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


#4dafbf Background Color

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

This div background color is #4dafbf


#4dafbf Border Color

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

This div border color is #4dafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dafbf


Comments

No comments written yet.

Please login to write comment.