Color Hex Logo

#1aceef Color Hex

#1ACEEF
(26,206,239)
0 Favorites   0 Comments

Color spaces of #1aceef

RGB 26206239
HSL0.530.870.52
HSV189°89°94°
CMYK 0.890.140.00   0.06
XYZ38.077350.594289.4201
Yxy50.59420.21380.2841
Hunter Lab71.1296-28.9217-24.7453
CIE-Lab76.4325-29.8241-27.9266

#1aceef color RGB value is (26,206,239).

#1aceef hex color red value is 26, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1aceef hue: 0.53 , saturation: 0.87 and the lightness value of 1aceef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001110 11101111
Octal 32 316 357
Decimal 26 206 239
Hex 1A CE EF

RGB Percentages of Color #1aceef

%5.52
%43.74
%50.74

CMYK Percentages of Color #1aceef

%89
%14
%0
%6

Triadic Colors of #1aceef

#1aceef #ef1ace #ceef1a

Analogous Colors of #1aceef

#1aceef #1a64ef #1aefa6

Monochromatic Colors of #1aceef

#1aceef

Complementary Color

#1aceef #ef3b1a

#1aceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aceef Color CSS Codes

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

#1aceef Text Font Color

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

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


#1aceef Background Color

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

This div background color is #1aceef


#1aceef Border Color

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

This div border color is #1aceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aceef


Comments

No comments written yet.

Please login to write comment.