Color Hex Logo

#1aceba Color Hex

#1ACEBA
(26,206,186)
0 Favorites   0 Comments

Color spaces of #1aceba

RGB 26206186
HSL0.480.780.45
HSV173°87°81°
CMYK 0.870.000.10   0.19
XYZ31.360247.907454.0486
Yxy47.90740.23520.3594
Hunter Lab69.2152-40.25132.1524
CIE-Lab74.7665-45.7332-1.8634

#1aceba color RGB value is (26,206,186).

#1aceba hex color red value is 26, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1aceba hue: 0.48 , saturation: 0.78 and the lightness value of 1aceba is 0.45.

The process color (four color CMYK) of #1aceba color hex is 0.87, 0.00, 0.10, 0.19. Web safe color of #1aceba is #33cccc. Color #1aceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001110 10111010
Octal 32 316 272
Decimal 26 206 186
Hex 1A CE BA

RGB Percentages of Color #1aceba

%6.22
%49.28
%44.50

CMYK Percentages of Color #1aceba

%87
%0
%10
%19

Triadic Colors of #1aceba

#1aceba #ba1ace #ceba1a

Analogous Colors of #1aceba

#1aceba #1a88ce #1ace60

Monochromatic Colors of #1aceba

#1aceba

Complementary Color

#1aceba #ce1a2e

#1aceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aceba Color CSS Codes

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

#1aceba Text Font Color

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

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


#1aceba Background Color

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

This div background color is #1aceba


#1aceba Border Color

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

This div border color is #1aceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aceba


Comments

No comments written yet.

Please login to write comment.