Color Hex Logo

#1addeb Color Hex

#1ADDEB
(26,221,235)
0 Favorites   0 Comments

Color spaces of #1addeb

RGB 26221235
HSL0.510.840.51
HSV184°89°92°
CMYK 0.890.060.00   0.08
XYZ41.277857.930787.6034
Yxy57.93070.22100.3101
Hunter Lab76.1122-36.3908-14.9629
CIE-Lab80.7002-38.1689-19.2914

#1addeb color RGB value is (26,221,235).

#1addeb hex color red value is 26, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1addeb hue: 0.51 , saturation: 0.84 and the lightness value of 1addeb is 0.51.

The process color (four color CMYK) of #1addeb color hex is 0.89, 0.06, 0.00, 0.08. Web safe color of #1addeb is #33ccff. Color #1addeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011101 11101011
Octal 32 335 353
Decimal 26 221 235
Hex 1A DD EB

RGB Percentages of Color #1addeb

%5.39
%45.85
%48.76

CMYK Percentages of Color #1addeb

%89
%6
%0
%8

Triadic Colors of #1addeb

#1addeb #eb1add #ddeb1a

Analogous Colors of #1addeb

#1addeb #1a75eb #1aeb91

Monochromatic Colors of #1addeb

#1addeb

Complementary Color

#1addeb #eb281a

#1addeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1addeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1addeb Color CSS Codes

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

#1addeb Text Font Color

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

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


#1addeb Background Color

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

This div background color is #1addeb


#1addeb Border Color

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

This div border color is #1addeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,221,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1addeb


Comments

No comments written yet.

Please login to write comment.