Color Hex Logo

#2ae7bb Color Hex

#2AE7BB
(42,231,187)
0 Favorites   0 Comments

Color spaces of #2ae7bb

RGB 42231187
HSL0.460.800.54
HSV166°82°91°
CMYK 0.820.000.19   0.09
XYZ38.500461.231956.8035
Yxy61.23190.24600.3912
Hunter Lab78.2508-49.114611.7360
CIE-Lab82.5033-54.63088.8298

#2ae7bb color RGB value is (42,231,187).

#2ae7bb hex color red value is 42, green value is 231 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2ae7bb hue: 0.46 , saturation: 0.80 and the lightness value of 2ae7bb is 0.54.

The process color (four color CMYK) of #2ae7bb color hex is 0.82, 0.00, 0.19, 0.09. Web safe color of #2ae7bb is #33ffcc. Color #2ae7bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11100111 10111011
Octal 52 347 273
Decimal 42 231 187
Hex 2A E7 BB

RGB Percentages of Color #2ae7bb

%9.13
%50.22
%40.65

CMYK Percentages of Color #2ae7bb

%82
%0
%19
%9

Triadic Colors of #2ae7bb

#2ae7bb #bb2ae7 #e7bb2a

Analogous Colors of #2ae7bb

#2ae7bb #2ab5e7 #2ae75d

Monochromatic Colors of #2ae7bb

#2ae7bb

Complementary Color

#2ae7bb #e72a56

#2ae7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ae7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ae7bb Color CSS Codes

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

#2ae7bb Text Font Color

<p style="color:#2ae7bb">Text here</p>

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


#2ae7bb Background Color

<div style="background-color:#2ae7bb">
Div content here</div>

This div background color is #2ae7bb


#2ae7bb Border Color

<div style="border:3px solid #2ae7bb">
Div here</div>

This div border color is #2ae7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ae7bb


Comments

No comments written yet.

Please login to write comment.