Color Hex Logo

#1acddb Color Hex

#1ACDDB
(26,205,219)
0 Favorites   0 Comments

Color spaces of #1acddb

RGB 26205219
HSL0.510.790.48
HSV184°88°86°
CMYK 0.880.060.00   0.14
XYZ35.043548.996774.6282
Yxy48.99670.22090.3088
Hunter Lab69.9976-33.1319-14.2139
CIE-Lab75.4493-35.6472-18.6662

#1acddb color RGB value is (26,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001101 11011011
Octal 32 315 333
Decimal 26 205 219
Hex 1A CD DB

RGB Percentages of Color #1acddb

%5.78
%45.56
%48.67

CMYK Percentages of Color #1acddb

%88
%6
%0
%14

Triadic Colors of #1acddb

#1acddb #db1acd #cddb1a

Analogous Colors of #1acddb

#1acddb #1a6ddb #1adb89

Monochromatic Colors of #1acddb

#1acddb

Complementary Color

#1acddb #db281a

#1acddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1acddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1acddb Color CSS Codes

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

#1acddb Text Font Color

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

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


#1acddb Background Color

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

This div background color is #1acddb


#1acddb Border Color

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

This div border color is #1acddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1acddb


Comments

No comments written yet.

Please login to write comment.