Color Hex Logo

#4aebba Color Hex

#4AEBBA
(74,235,186)
0 Favorites   0 Comments

Color spaces of #4aebba

RGB 74235186
HSL0.450.800.61
HSV162°69°92°
CMYK 0.690.000.21   0.08
XYZ41.395364.417756.7065
Yxy64.41770.25470.3964
Hunter Lab80.2606-48.392814.2923
CIE-Lab84.1828-52.820911.8172

#4aebba color RGB value is (74,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 10111010
Octal 112 353 272
Decimal 74 235 186
Hex 4A EB BA

RGB Percentages of Color #4aebba

%14.95
%47.47
%37.58

CMYK Percentages of Color #4aebba

%69
%0
%21
%8

Triadic Colors of #4aebba

#4aebba #ba4aeb #ebba4a

Analogous Colors of #4aebba

#4aebba #4acceb #4aeb6a

Monochromatic Colors of #4aebba

#4aebba

Complementary Color

#4aebba #eb4a7b

#4aebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aebba Color CSS Codes

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

#4aebba Text Font Color

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

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


#4aebba Background Color

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

This div background color is #4aebba


#4aebba Border Color

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

This div border color is #4aebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aebba


Comments

No comments written yet.

Please login to write comment.