Color Hex Logo

#1ad4ed Color Hex

#1AD4ED
(26,212,237)
0 Favorites   0 Comments

Color spaces of #1ad4ed

RGB 26212237
HSL0.520.850.52
HSV187°89°93°
CMYK 0.890.110.00   0.07
XYZ39.255553.421088.3631
Yxy53.42100.21680.2951
Hunter Lab73.0897-32.0369-20.5170
CIE-Lab78.1229-33.3470-24.2713

#1ad4ed color RGB value is (26,212,237).

#1ad4ed hex color red value is 26, green value is 212 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1ad4ed hue: 0.52 , saturation: 0.85 and the lightness value of 1ad4ed is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11010100 11101101
Octal 32 324 355
Decimal 26 212 237
Hex 1A D4 ED

RGB Percentages of Color #1ad4ed

%5.47
%44.63
%49.89

CMYK Percentages of Color #1ad4ed

%89
%11
%0
%7

Triadic Colors of #1ad4ed

#1ad4ed #ed1ad4 #d4ed1a

Analogous Colors of #1ad4ed

#1ad4ed #1a6bed #1aed9d

Monochromatic Colors of #1ad4ed

#1ad4ed

Complementary Color

#1ad4ed #ed331a

#1ad4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ad4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ad4ed Color CSS Codes

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

#1ad4ed Text Font Color

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

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


#1ad4ed Background Color

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

This div background color is #1ad4ed


#1ad4ed Border Color

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

This div border color is #1ad4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ad4ed


Comments

No comments written yet.

Please login to write comment.