Color Hex Logo

#abdaed Color Hex

#ABDAED
(171,218,237)
0 Favorites   0 Comments

Color spaces of #abdaed

RGB 171218237
HSL0.550.650.80
HSV197°28°93°
CMYK 0.280.080.00   0.07
XYZ57.152164.915289.6384
Yxy64.91520.27000.3066
Hunter Lab80.5700-14.3789-9.5643
CIE-Lab84.4400-10.9096-14.2729

#abdaed color RGB value is (171,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101101
Octal 253 332 355
Decimal 171 218 237
Hex AB DA ED

RGB Percentages of Color #abdaed

%27.32
%34.82
%37.86

CMYK Percentages of Color #abdaed

%28
%8
%0
%7

Triadic Colors of #abdaed

#abdaed #edabda #daedab

Analogous Colors of #abdaed

#abdaed #abb9ed #abeddf

Monochromatic Colors of #abdaed

#abdaed

Complementary Color

#abdaed #edbeab

#abdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaed Color CSS Codes

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

#abdaed Text Font Color

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

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


#abdaed Background Color

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

This div background color is #abdaed


#abdaed Border Color

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

This div border color is #abdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaed


Comments

No comments written yet.

Please login to write comment.