Color Hex Logo

#2aebed Color Hex

#2AEBED
(42,235,237)
0 Favorites   0 Comments

Color spaces of #2aebed

RGB 42235237
HSL0.500.840.55
HSV181°82°93°
CMYK 0.820.010.00   0.07
XYZ45.949266.023390.4428
Yxy66.02330.22700.3262
Hunter Lab81.2547-41.2548-9.1161
CIE-Lab85.0083-42.9618-13.8521

#2aebed color RGB value is (42,235,237).

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

The process color (four color CMYK) of #2aebed color hex is 0.82, 0.01, 0.00, 0.07. Web safe color of #2aebed is #33ffff. Color #2aebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101011 11101101
Octal 52 353 355
Decimal 42 235 237
Hex 2A EB ED

RGB Percentages of Color #2aebed

%8.17
%45.72
%46.11

CMYK Percentages of Color #2aebed

%82
%1
%0
%7

Triadic Colors of #2aebed

#2aebed #ed2aeb #ebed2a

Analogous Colors of #2aebed

#2aebed #2a8aed #2aed8e

Monochromatic Colors of #2aebed

#2aebed

Complementary Color

#2aebed #ed2c2a

#2aebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aebed Color CSS Codes

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

#2aebed Text Font Color

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

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


#2aebed Background Color

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

This div background color is #2aebed


#2aebed Border Color

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

This div border color is #2aebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aebed


Comments

No comments written yet.

Please login to write comment.