Color Hex Logo

#2afedb Color Hex

#2AFEDB
(42,254,219)
0 Favorites   0 Comments

Color spaces of #2afedb

RGB 42254219
HSL0.470.990.58
HSV170°83°100°
CMYK 0.830.000.14   0.00
XYZ49.182876.490379.1897
Yxy76.49030.24010.3734
Hunter Lab87.4587-52.67257.5369
CIE-Lab90.0865-55.85313.0485

#2afedb color RGB value is (42,254,219).

#2afedb hex color red value is 42, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2afedb hue: 0.47 , saturation: 0.99 and the lightness value of 2afedb is 0.58.

The process color (four color CMYK) of #2afedb color hex is 0.83, 0.00, 0.14, 0.00. Web safe color of #2afedb is #33ffcc. Color #2afedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111110 11011011
Octal 52 376 333
Decimal 42 254 219
Hex 2A FE DB

RGB Percentages of Color #2afedb

%8.16
%49.32
%42.52

CMYK Percentages of Color #2afedb

%83
%0
%14
%0

Triadic Colors of #2afedb

#2afedb #db2afe #fedb2a

Analogous Colors of #2afedb

#2afedb #2ab7fe #2afe71

Monochromatic Colors of #2afedb

#2afedb

Complementary Color

#2afedb #fe2a4d

#2afedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2afedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2afedb Color CSS Codes

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

#2afedb Text Font Color

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

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


#2afedb Background Color

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

This div background color is #2afedb


#2afedb Border Color

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

This div border color is #2afedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2afedb


Comments

No comments written yet.

Please login to write comment.