Color Hex Logo

#2adfec Color Hex

#2ADFEC
(42,223,236)
0 Favorites   0 Comments

Color spaces of #2adfec

RGB 42223236
HSL0.510.840.55
HSV184°82°93°
CMYK 0.820.060.00   0.07
XYZ42.482859.323788.5684
Yxy59.32370.22320.3116
Hunter Lab77.0219-36.3334-14.2630
CIE-Lab81.4692-37.8341-18.6462

#2adfec color RGB value is (42,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011111 11101100
Octal 52 337 354
Decimal 42 223 236
Hex 2A DF EC

RGB Percentages of Color #2adfec

%8.38
%44.51
%47.11

CMYK Percentages of Color #2adfec

%82
%6
%0
%7

Triadic Colors of #2adfec

#2adfec #ec2adf #dfec2a

Analogous Colors of #2adfec

#2adfec #2a7eec #2aec98

Monochromatic Colors of #2adfec

#2adfec

Complementary Color

#2adfec #ec372a

#2adfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adfec Color CSS Codes

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

#2adfec Text Font Color

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

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


#2adfec Background Color

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

This div background color is #2adfec


#2adfec Border Color

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

This div border color is #2adfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adfec


Comments

No comments written yet.

Please login to write comment.