Color Hex Logo

#abdaeb Color Hex

#ABDAEB
(171,218,235)
0 Favorites   0 Comments

Color spaces of #abdaeb

RGB 171218235
HSL0.540.620.80
HSV196°27°92°
CMYK 0.270.070.00   0.08
XYZ56.861464.798988.1078
Yxy64.79890.27110.3089
Hunter Lab80.4978-14.7836-8.5467
CIE-Lab84.3800-11.3676-13.3034

#abdaeb color RGB value is (171,218,235).

#abdaeb hex color red value is 171, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abdaeb hue: 0.54 , saturation: 0.62 and the lightness value of abdaeb is 0.80.

The process color (four color CMYK) of #abdaeb color hex is 0.27, 0.07, 0.00, 0.08. Web safe color of #abdaeb is #99ccff. Color #abdaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101011
Octal 253 332 353
Decimal 171 218 235
Hex AB DA EB

RGB Percentages of Color #abdaeb

%27.40
%34.94
%37.66

CMYK Percentages of Color #abdaeb

%27
%7
%0
%8

Triadic Colors of #abdaeb

#abdaeb #ebabda #daebab

Analogous Colors of #abdaeb

#abdaeb #abbaeb #abebdc

Monochromatic Colors of #abdaeb

#abdaeb

Complementary Color

#abdaeb #ebbcab

#abdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaeb Color CSS Codes

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

#abdaeb Text Font Color

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

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


#abdaeb Background Color

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

This div background color is #abdaeb


#abdaeb Border Color

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

This div border color is #abdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaeb


Comments

No comments written yet.

Please login to write comment.