Color Hex Logo

#4dabbe Color Hex

#4DABBE
(77,171,190)
0 Favorites   0 Comments

Color spaces of #4dabbe

RGB 77171190
HSL0.530.470.52
HSV190°59°75°
CMYK 0.590.100.00   0.25
XYZ26.917734.421353.9405
Yxy34.42130.23350.2986
Hunter Lab58.6697-20.7759-13.4421
CIE-Lab65.2956-22.0625-18.0868

#4dabbe color RGB value is (77,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101011 10111110
Octal 115 253 276
Decimal 77 171 190
Hex 4D AB BE

RGB Percentages of Color #4dabbe

%17.58
%39.04
%43.38

CMYK Percentages of Color #4dabbe

%59
%10
%0
%25

Triadic Colors of #4dabbe

#4dabbe #be4dab #abbe4d

Analogous Colors of #4dabbe

#4dabbe #4d73be #4dbe99

Monochromatic Colors of #4dabbe

#4dabbe

Complementary Color

#4dabbe #be604d

#4dabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dabbe Color CSS Codes

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

#4dabbe Text Font Color

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

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


#4dabbe Background Color

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

This div background color is #4dabbe


#4dabbe Border Color

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

This div border color is #4dabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dabbe


Comments

No comments written yet.

Please login to write comment.