Color Hex Logo

#4aecba Color Hex

#4AECBA
(74,236,186)
0 Favorites   0 Comments

Color spaces of #4aecba

RGB 74236186
HSL0.450.810.61
HSV161°69°93°
CMYK 0.690.000.21   0.07
XYZ41.682464.991956.8022
Yxy64.99190.25500.3976
Hunter Lab80.6176-48.789314.6572
CIE-Lab84.4796-53.225912.2385

#4aecba color RGB value is (74,236,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 10111010
Octal 112 354 272
Decimal 74 236 186
Hex 4A EC BA

RGB Percentages of Color #4aecba

%14.92
%47.58
%37.50

CMYK Percentages of Color #4aecba

%69
%0
%21
%7

Triadic Colors of #4aecba

#4aecba #ba4aec #ecba4a

Analogous Colors of #4aecba

#4aecba #4acdec #4aec69

Monochromatic Colors of #4aecba

#4aecba

Complementary Color

#4aecba #ec4a7c

#4aecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecba Color CSS Codes

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

#4aecba Text Font Color

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

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


#4aecba Background Color

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

This div background color is #4aecba


#4aecba Border Color

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

This div border color is #4aecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecba


Comments

No comments written yet.

Please login to write comment.