Color Hex Logo

#1a8edd Color Hex

#1A8EDD
(26,142,221)
0 Favorites   0 Comments

Color spaces of #1a8edd

RGB 26142221
HSL0.570.790.48
HSV204°88°87°
CMYK 0.880.360.00   0.13
XYZ23.150124.786171.9707
Yxy24.78610.19310.2067
Hunter Lab49.7856-4.1232-50.8604
CIE-Lab56.8664-1.8253-48.5871

#1a8edd color RGB value is (26,142,221).

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

The process color (four color CMYK) of #1a8edd color hex is 0.88, 0.36, 0.00, 0.13. Web safe color of #1a8edd is #3399cc. Color #1a8edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10001110 11011101
Octal 32 216 335
Decimal 26 142 221
Hex 1A 8E DD

RGB Percentages of Color #1a8edd

%6.68
%36.50
%56.81

CMYK Percentages of Color #1a8edd

%88
%36
%0
%13

Triadic Colors of #1a8edd

#1a8edd #dd1a8e #8edd1a

Analogous Colors of #1a8edd

#1a8edd #1a2ddd #1addcb

Monochromatic Colors of #1a8edd

#1a8edd

Complementary Color

#1a8edd #dd691a

#1a8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a8edd Color CSS Codes

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

#1a8edd Text Font Color

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

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


#1a8edd Background Color

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

This div background color is #1a8edd


#1a8edd Border Color

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

This div border color is #1a8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a8edd


Comments

No comments written yet.

Please login to write comment.