Color Hex Logo

#abbaed Color Hex

#ABBAED
(171,186,237)
0 Favorites   0 Comments

Color spaces of #abbaed

RGB 171186237
HSL0.630.650.80
HSV226°28°93°
CMYK 0.280.220.00   0.07
XYZ49.639649.890287.1342
Yxy49.89020.26590.2673
Hunter Lab70.63301.8389-23.6982
CIE-Lab76.00186.0956-27.0595

#abbaed color RGB value is (171,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11101101
Octal 253 272 355
Decimal 171 186 237
Hex AB BA ED

RGB Percentages of Color #abbaed

%28.79
%31.31
%39.90

CMYK Percentages of Color #abbaed

%28
%22
%0
%7

Triadic Colors of #abbaed

#abbaed #edabba #baedab

Analogous Colors of #abbaed

#abbaed #bdabed #abdbed

Monochromatic Colors of #abbaed

#abbaed

Complementary Color

#abbaed #eddeab

#abbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaed Color CSS Codes

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

#abbaed Text Font Color

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

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


#abbaed Background Color

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

This div background color is #abbaed


#abbaed Border Color

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

This div border color is #abbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaed


Comments

No comments written yet.

Please login to write comment.