color codes Logo

#1aedfb color codes

#1AEDFB
(26,237,251)
0 Favorites   0 Comments

Color spaces of #1aedfb

RGB 26237251
HSL0.510.970.54
HSV184°90°98°
CMYK 0.900.060.00   0.02
XYZ48.122867.7530101.8081
Yxy67.75300.22110.3112
Hunter Lab82.3122-39.6886-15.7145
CIE-Lab85.8828-40.6385-19.9108

#1aedfb color RGB value is (26,237,251).

#1aedfb hex color red value is 26, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1aedfb hue: 0.51 , saturation: 0.97 and the lightness value of 1aedfb is 0.54.

The process color (four color CMYK) of #1aedfb color code is 0.90, 0.06, 0.00, 0.02. Web safe color of #1aedfb is #33ffff. Color #1aedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 11111011
Octal 32 355 373
Decimal 26 237 251
Hex 1A ED FB

RGB Percentages of Color #1aedfb

%5.06
%46.11
%48.83

CMYK Percentages of Color #1aedfb

%90
%6
%0
%2

Triadic Colors of #1aedfb

#1aedfb #fb1aed #edfb1a

Analogous Colors of #1aedfb

#1aedfb #1a7dfb #1afb99

Monochromatic Colors of #1aedfb

#1aedfb

Complementary Color

#1aedfb #fb281a

#1aedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aedfb Color CSS Codes

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

#1aedfb Text Font Color

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

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


#1aedfb Background Color

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

This div background color is #1aedfb


#1aedfb Border Color

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

This div border color is #1aedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aedfb

Related Colors


Comments

No comments written yet.

Please login to write comment.