Color Hex Logo

#4dafbc Color Hex

#4DAFBC
(77,175,188)
0 Favorites   0 Comments

Color spaces of #4dafbc

RGB 77175188
HSL0.520.450.52
HSV187°59°74°
CMYK 0.590.070.00   0.26
XYZ27.467635.868653.0526
Yxy35.86860.23600.3082
Hunter Lab59.8904-22.9425-10.5975
CIE-Lab66.4194-24.6855-15.2761

#4dafbc color RGB value is (77,175,188).

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

The process color (four color CMYK) of #4dafbc color hex is 0.59, 0.07, 0.00, 0.26. Web safe color of #4dafbc is #6699cc. Color #4dafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 10111100
Octal 115 257 274
Decimal 77 175 188
Hex 4D AF BC

RGB Percentages of Color #4dafbc

%17.50
%39.77
%42.73

CMYK Percentages of Color #4dafbc

%59
%7
%0
%26

Triadic Colors of #4dafbc

#4dafbc #bc4daf #afbc4d

Analogous Colors of #4dafbc

#4dafbc #4d78bc #4dbc92

Monochromatic Colors of #4dafbc

#4dafbc

Complementary Color

#4dafbc #bc5a4d

#4dafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dafbc Color CSS Codes

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

#4dafbc Text Font Color

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

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


#4dafbc Background Color

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

This div background color is #4dafbc


#4dafbc Border Color

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

This div border color is #4dafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dafbc


Comments

No comments written yet.

Please login to write comment.