Color Hex Logo

#4beabd Color Hex

#4BEABD
(75,234,189)
0 Favorites   0 Comments

Color spaces of #4beabd

RGB 75234189
HSL0.450.790.61
HSV163°68°92°
CMYK 0.680.000.19   0.08
XYZ41.509864.015658.3126
Yxy64.01560.25340.3907
Hunter Lab80.0097-47.409612.7952
CIE-Lab83.9739-51.57149.9520

#4beabd color RGB value is (75,234,189).

#4beabd hex color red value is 75, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4beabd hue: 0.45 , saturation: 0.79 and the lightness value of 4beabd is 0.61.

The process color (four color CMYK) of #4beabd color hex is 0.68, 0.00, 0.19, 0.08. Web safe color of #4beabd is #33ffcc. Color #4beabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 10111101
Octal 113 352 275
Decimal 75 234 189
Hex 4B EA BD

RGB Percentages of Color #4beabd

%15.06
%46.99
%37.95

CMYK Percentages of Color #4beabd

%68
%0
%19
%8

Triadic Colors of #4beabd

#4beabd #bd4bea #eabd4b

Analogous Colors of #4beabd

#4beabd #4bc8ea #4bea6e

Monochromatic Colors of #4beabd

#4beabd

Complementary Color

#4beabd #ea4b78

#4beabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beabd Color CSS Codes

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

#4beabd Text Font Color

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

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


#4beabd Background Color

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

This div background color is #4beabd


#4beabd Border Color

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

This div border color is #4beabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,234,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4beabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4beabd;
  -webkit-box-shadow: 1px 1px 3px 2px #4beabd;
  box-shadow:         1px 1px 3px 2px #4beabd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,234,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beabd


Comments

No comments written yet.

Please login to write comment.