Color Hex Logo

#abdbe5 Color Hex

#ABDBE5
(171,219,229)
0 Favorites   0 Comments

Color spaces of #abdbe5

RGB 171219229
HSL0.530.530.78
HSV190°25°90°
CMYK 0.250.040.00   0.10
XYZ56.269064.978183.7051
Yxy64.97810.27450.3170
Hunter Lab80.6090-16.4641-5.1410
CIE-Lab84.4724-13.2343-9.9865

#abdbe5 color RGB value is (171,219,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11100101
Octal 253 333 345
Decimal 171 219 229
Hex AB DB E5

RGB Percentages of Color #abdbe5

%27.63
%35.38
%37.00

CMYK Percentages of Color #abdbe5

%25
%4
%0
%10

Triadic Colors of #abdbe5

#abdbe5 #e5abdb #dbe5ab

Analogous Colors of #abdbe5

#abdbe5 #abbee5 #abe5d2

Monochromatic Colors of #abdbe5

#abdbe5

Complementary Color

#abdbe5 #e5b5ab

#abdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbe5 Color CSS Codes

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

#abdbe5 Text Font Color

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

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


#abdbe5 Background Color

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

This div background color is #abdbe5


#abdbe5 Border Color

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

This div border color is #abdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbe5


Comments

No comments written yet.

Please login to write comment.