Color Hex Logo

#2aedbc Color Hex

#2AEDBC
(42,237,188)
0 Favorites   0 Comments

Color spaces of #2aedbc

RGB 42237188
HSL0.460.840.55
HSV165°82°93°
CMYK 0.820.000.21   0.07
XYZ40.316164.691557.9388
Yxy64.69150.24740.3970
Hunter Lab80.4310-51.281113.5919
CIE-Lab84.3245-56.754410.9044

#2aedbc color RGB value is (42,237,188).

#2aedbc hex color red value is 42, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2aedbc hue: 0.46 , saturation: 0.84 and the lightness value of 2aedbc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101101 10111100
Octal 52 355 274
Decimal 42 237 188
Hex 2A ED BC

RGB Percentages of Color #2aedbc

%8.99
%50.75
%40.26

CMYK Percentages of Color #2aedbc

%82
%0
%21
%7

Triadic Colors of #2aedbc

#2aedbc #bc2aed #edbc2a

Analogous Colors of #2aedbc

#2aedbc #2abded #2aed5b

Monochromatic Colors of #2aedbc

#2aedbc

Complementary Color

#2aedbc #ed2a5b

#2aedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aedbc Color CSS Codes

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

#2aedbc Text Font Color

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

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


#2aedbc Background Color

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

This div background color is #2aedbc


#2aedbc Border Color

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

This div border color is #2aedbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,237,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aedbc


Comments

No comments written yet.

Please login to write comment.