Color Hex Logo

#1acedb Color Hex

#1ACEDB
(26,206,219)
0 Favorites   0 Comments

Color spaces of #1acedb

RGB 26206219
HSL0.510.790.48
HSV184°88°86°
CMYK 0.880.060.00   0.14
XYZ35.283549.476774.7082
Yxy49.47670.22130.3103
Hunter Lab70.3397-33.5560-13.7345
CIE-Lab75.7469-36.1136-18.2160

#1acedb color RGB value is (26,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001110 11011011
Octal 32 316 333
Decimal 26 206 219
Hex 1A CE DB

RGB Percentages of Color #1acedb

%5.76
%45.68
%48.56

CMYK Percentages of Color #1acedb

%88
%6
%0
%14

Triadic Colors of #1acedb

#1acedb #db1ace #cedb1a

Analogous Colors of #1acedb

#1acedb #1a6edb #1adb88

Monochromatic Colors of #1acedb

#1acedb

Complementary Color

#1acedb #db271a

#1acedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1acedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1acedb Color CSS Codes

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

#1acedb Text Font Color

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

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


#1acedb Background Color

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

This div background color is #1acedb


#1acedb Border Color

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

This div border color is #1acedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1acedb


Comments

No comments written yet.

Please login to write comment.