Color Hex Logo

#2affdc Color Hex

#2AFFDC
(42,255,220)
0 Favorites   0 Comments

Color spaces of #2affdc

RGB 42255220
HSL0.471.000.58
HSV170°84°100°
CMYK 0.840.000.14   0.00
XYZ49.633177.179579.9914
Yxy77.17950.24000.3732
Hunter Lab87.8519-52.89487.5112
CIE-Lab90.4042-56.00112.9913

#2affdc color RGB value is (42,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111111 11011100
Octal 52 377 334
Decimal 42 255 220
Hex 2A FF DC

RGB Percentages of Color #2affdc

%8.12
%49.32
%42.55

CMYK Percentages of Color #2affdc

%84
%0
%14
%0

Triadic Colors of #2affdc

#2affdc #dc2aff #ffdc2a

Analogous Colors of #2affdc

#2affdc #2ab8ff #2aff72

Monochromatic Colors of #2affdc

#2affdc

Complementary Color

#2affdc #ff2a4d

#2affdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2affdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2affdc Color CSS Codes

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

#2affdc Text Font Color

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

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


#2affdc Background Color

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

This div background color is #2affdc


#2affdc Border Color

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

This div border color is #2affdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2affdc

Related Colors


Comments

No comments written yet.

Please login to write comment.