Color Hex Logo

#4beaba Color Hex

#4BEABA
(75,234,186)
0 Favorites   0 Comments

Color spaces of #4beaba

RGB 75234186
HSL0.450.790.61
HSV162°68°92°
CMYK 0.680.000.21   0.08
XYZ41.187463.886756.6149
Yxy63.88670.25470.3951
Hunter Lab79.9292-47.895213.9545
CIE-Lab83.9067-52.266611.4280

#4beaba color RGB value is (75,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 10111010
Octal 113 352 272
Decimal 75 234 186
Hex 4B EA BA

RGB Percentages of Color #4beaba

%15.15
%47.27
%37.58

CMYK Percentages of Color #4beaba

%68
%0
%21
%8

Triadic Colors of #4beaba

#4beaba #ba4bea #eaba4b

Analogous Colors of #4beaba

#4beaba #4bcbea #4bea6b

Monochromatic Colors of #4beaba

#4beaba

Complementary Color

#4beaba #ea4b7b

#4beaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beaba Color CSS Codes

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

#4beaba Text Font Color

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

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


#4beaba Background Color

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

This div background color is #4beaba


#4beaba Border Color

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

This div border color is #4beaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beaba


Comments

No comments written yet.

Please login to write comment.