Color Hex Logo

#abbee5 Color Hex

#ABBEE5
(171,190,229)
0 Favorites   0 Comments

Color spaces of #abbee5

RGB 171190229
HSL0.610.530.78
HSV220°25°90°
CMYK 0.250.170.00   0.10
XYZ49.350951.142081.3991
Yxy51.14200.27130.2812
Hunter Lab71.5136-1.9677-17.4262
CIE-Lab76.76492.0242-21.5771

#abbee5 color RGB value is (171,190,229).

#abbee5 hex color red value is 171, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #abbee5 hue: 0.61 , saturation: 0.53 and the lightness value of abbee5 is 0.78.

The process color (four color CMYK) of #abbee5 color hex is 0.25, 0.17, 0.00, 0.10. Web safe color of #abbee5 is #99cccc. Color #abbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11100101
Octal 253 276 345
Decimal 171 190 229
Hex AB BE E5

RGB Percentages of Color #abbee5

%28.98
%32.20
%38.81

CMYK Percentages of Color #abbee5

%25
%17
%0
%10

Triadic Colors of #abbee5

#abbee5 #e5abbe #bee5ab

Analogous Colors of #abbee5

#abbee5 #b5abe5 #abdbe5

Monochromatic Colors of #abbee5

#abbee5

Complementary Color

#abbee5 #e5d2ab

#abbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbee5 Color CSS Codes

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

#abbee5 Text Font Color

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

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


#abbee5 Background Color

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

This div background color is #abbee5


#abbee5 Border Color

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

This div border color is #abbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbee5


Comments

No comments written yet.

Please login to write comment.