Color Hex Logo

#4beabc Color Hex

#4BEABC
(75,234,188)
0 Favorites   0 Comments

Color spaces of #4beabc

RGB 75234188
HSL0.450.790.61
HSV163°68°92°
CMYK 0.680.000.20   0.08
XYZ41.401663.972357.7428
Yxy63.97230.25380.3922
Hunter Lab79.9827-47.572413.1840
CIE-Lab83.9513-51.804110.4439

#4beabc color RGB value is (75,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 10111100
Octal 113 352 274
Decimal 75 234 188
Hex 4B EA BC

RGB Percentages of Color #4beabc

%15.09
%47.08
%37.83

CMYK Percentages of Color #4beabc

%68
%0
%20
%8

Triadic Colors of #4beabc

#4beabc #bc4bea #eabc4b

Analogous Colors of #4beabc

#4beabc #4bc9ea #4bea6d

Monochromatic Colors of #4beabc

#4beabc

Complementary Color

#4beabc #ea4b79

#4beabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beabc Color CSS Codes

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

#4beabc Text Font Color

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

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


#4beabc Background Color

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

This div background color is #4beabc


#4beabc Border Color

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

This div border color is #4beabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,234,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 #4beabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beabc


Comments

No comments written yet.

Please login to write comment.