Color Hex Logo

#abbde5 Color Hex

#ABBDE5
(171,189,229)
0 Favorites   0 Comments

Color spaces of #abbde5

RGB 171189229
HSL0.610.530.78
HSV221°25°90°
CMYK 0.250.170.00   0.10
XYZ49.135050.710381.3271
Yxy50.71030.27120.2799
Hunter Lab71.2112-1.4563-17.8647
CIE-Lab76.50322.5655-21.9749

#abbde5 color RGB value is (171,189,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11100101
Octal 253 275 345
Decimal 171 189 229
Hex AB BD E5

RGB Percentages of Color #abbde5

%29.03
%32.09
%38.88

CMYK Percentages of Color #abbde5

%25
%17
%0
%10

Triadic Colors of #abbde5

#abbde5 #e5abbd #bde5ab

Analogous Colors of #abbde5

#abbde5 #b6abe5 #abdae5

Monochromatic Colors of #abbde5

#abbde5

Complementary Color

#abbde5 #e5d3ab

#abbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbde5 Color CSS Codes

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

#abbde5 Text Font Color

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

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


#abbde5 Background Color

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

This div background color is #abbde5


#abbde5 Border Color

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

This div border color is #abbde5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,189,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 #abbde5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbde5


Comments

No comments written yet.

Please login to write comment.