Color Hex Logo

#4ae2bb Color Hex

#4AE2BB
(74,226,187)
0 Favorites   0 Comments

Color spaces of #4ae2bb

RGB 74226187
HSL0.460.720.59
HSV165°67°89°
CMYK 0.670.000.17   0.11
XYZ38.990059.436456.4311
Yxy59.43640.25180.3838
Hunter Lab77.0950-44.641710.5681
CIE-Lab81.5309-48.87797.5059

#4ae2bb color RGB value is (74,226,187).

#4ae2bb hex color red value is 74, green value is 226 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4ae2bb hue: 0.46 , saturation: 0.72 and the lightness value of 4ae2bb is 0.59.

The process color (four color CMYK) of #4ae2bb color hex is 0.67, 0.00, 0.17, 0.11. Web safe color of #4ae2bb is #33cccc. Color #4ae2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11100010 10111011
Octal 112 342 273
Decimal 74 226 187
Hex 4A E2 BB

RGB Percentages of Color #4ae2bb

%15.20
%46.41
%38.40

CMYK Percentages of Color #4ae2bb

%67
%0
%17
%11

Triadic Colors of #4ae2bb

#4ae2bb #bb4ae2 #e2bb4a

Analogous Colors of #4ae2bb

#4ae2bb #4abde2 #4ae26f

Monochromatic Colors of #4ae2bb

#4ae2bb

Complementary Color

#4ae2bb #e24a71

#4ae2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ae2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ae2bb Color CSS Codes

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

#4ae2bb Text Font Color

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

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


#4ae2bb Background Color

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

This div background color is #4ae2bb


#4ae2bb Border Color

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

This div border color is #4ae2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,226,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ae2bb


Comments

No comments written yet.

Please login to write comment.