color codes Logo

#1ad5eb color codes

#1AD5EB
(26,213,235)
0 Favorites   0 Comments

Color spaces of #1ad5eb

RGB 26213235
HSL0.520.840.51
HSV186°89°92°
CMYK 0.890.090.00   0.08
XYZ39.215653.806386.9160
Yxy53.80630.21790.2990
Hunter Lab73.3528-32.9383-18.9060
CIE-Lab78.3487-34.4463-22.8581

#1ad5eb color RGB value is (26,213,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11010101 11101011
Octal 32 325 353
Decimal 26 213 235
Hex 1A D5 EB

RGB Percentages of Color #1ad5eb

%5.49
%44.94
%49.58

CMYK Percentages of Color #1ad5eb

%89
%9
%0
%8

Triadic Colors of #1ad5eb

#1ad5eb #eb1ad5 #d5eb1a

Analogous Colors of #1ad5eb

#1ad5eb #1a6deb #1aeb99

Monochromatic Colors of #1ad5eb

#1ad5eb

Complementary Color

#1ad5eb #eb301a

#1ad5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ad5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ad5eb Color CSS Codes

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

#1ad5eb Text Font Color

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

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


#1ad5eb Background Color

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

This div background color is #1ad5eb


#1ad5eb Border Color

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

This div border color is #1ad5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ad5eb


Comments

No comments written yet.

Please login to write comment.