Color Hex Logo

#1abeec Color Hex

#1ABEEC
(26,190,236)
0 Favorites   0 Comments

Color spaces of #1abeec

RGB 26190236
HSL0.540.850.51
HSV193°89°93°
CMYK 0.890.190.00   0.07
XYZ33.979843.102785.8856
Yxy43.10270.20850.2645
Hunter Lab65.6526-22.5060-31.6052
CIE-Lab71.6246-22.8265-33.7152

#1abeec color RGB value is (26,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111110 11101100
Octal 32 276 354
Decimal 26 190 236
Hex 1A BE EC

RGB Percentages of Color #1abeec

%5.75
%42.04
%52.21

CMYK Percentages of Color #1abeec

%89
%19
%0
%7

Triadic Colors of #1abeec

#1abeec #ec1abe #beec1a

Analogous Colors of #1abeec

#1abeec #1a55ec #1aecb1

Monochromatic Colors of #1abeec

#1abeec

Complementary Color

#1abeec #ec481a

#1abeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abeec Color CSS Codes

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

#1abeec Text Font Color

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

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


#1abeec Background Color

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

This div background color is #1abeec


#1abeec Border Color

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

This div border color is #1abeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abeec


Comments

No comments written yet.

Please login to write comment.