Color Hex Logo

#2acedb Color Hex

#2ACEDB
(42,206,219)
0 Favorites   0 Comments

Color spaces of #2acedb

RGB 42206219
HSL0.510.710.51
HSV184°81°86°
CMYK 0.810.060.00   0.14
XYZ35.812349.749374.7329
Yxy49.74930.22340.3104
Hunter Lab70.5332-32.8020-13.4470
CIE-Lab75.9151-35.0522-17.9454

#2acedb color RGB value is (42,206,219).

#2acedb hex color red value is 42, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2acedb hue: 0.51 , saturation: 0.71 and the lightness value of 2acedb is 0.51.

The process color (four color CMYK) of #2acedb color hex is 0.81, 0.06, 0.00, 0.14. Web safe color of #2acedb is #33cccc. Color #2acedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001110 11011011
Octal 52 316 333
Decimal 42 206 219
Hex 2A CE DB

RGB Percentages of Color #2acedb

%8.99
%44.11
%46.90

CMYK Percentages of Color #2acedb

%81
%6
%0
%14

Triadic Colors of #2acedb

#2acedb #db2ace #cedb2a

Analogous Colors of #2acedb

#2acedb #2a76db #2adb90

Monochromatic Colors of #2acedb

#2acedb

Complementary Color

#2acedb #db372a

#2acedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2acedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2acedb Color CSS Codes

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

#2acedb Text Font Color

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

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


#2acedb Background Color

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

This div background color is #2acedb


#2acedb Border Color

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

This div border color is #2acedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,206,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 #2acedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2acedb


Comments

No comments written yet.

Please login to write comment.