Color Hex Logo

#abdbe2 Color Hex

#ABDBE2
(171,219,226)
0 Favorites   0 Comments

Color spaces of #abdbe2

RGB 171219226
HSL0.520.490.78
HSV188°24°89°
CMYK 0.240.030.00   0.11
XYZ55.853664.811981.5177
Yxy64.81190.27630.3206
Hunter Lab80.5058-17.0449-3.6811
CIE-Lab84.3867-13.9005-8.5242

#abdbe2 color RGB value is (171,219,226).

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

The process color (four color CMYK) of #abdbe2 color hex is 0.24, 0.03, 0.00, 0.11. Web safe color of #abdbe2 is #99cccc. Color #abdbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11100010
Octal 253 333 342
Decimal 171 219 226
Hex AB DB E2

RGB Percentages of Color #abdbe2

%27.76
%35.55
%36.69

CMYK Percentages of Color #abdbe2

%24
%3
%0
%11

Triadic Colors of #abdbe2

#abdbe2 #e2abdb #dbe2ab

Analogous Colors of #abdbe2

#abdbe2 #abc0e2 #abe2ce

Monochromatic Colors of #abdbe2

#abdbe2

Complementary Color

#abdbe2 #e2b2ab

#abdbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbe2 Color CSS Codes

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

#abdbe2 Text Font Color

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

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


#abdbe2 Background Color

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

This div background color is #abdbe2


#abdbe2 Border Color

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

This div border color is #abdbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbe2


Comments

No comments written yet.

Please login to write comment.