Color Hex Logo

#abbfed Color Hex

#ABBFED
(171,191,237)
0 Favorites   0 Comments

Color spaces of #abbfed

RGB 171191237
HSL0.620.650.80
HSV222°28°93°
CMYK 0.280.190.00   0.07
XYZ50.711452.034087.4915
Yxy52.03400.26660.2735
Hunter Lab72.1346-0.7481-21.4182
CIE-Lab77.30123.3724-25.0727

#abbfed color RGB value is (171,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11101101
Octal 253 277 355
Decimal 171 191 237
Hex AB BF ED

RGB Percentages of Color #abbfed

%28.55
%31.89
%39.57

CMYK Percentages of Color #abbfed

%28
%19
%0
%7

Triadic Colors of #abbfed

#abbfed #edabbf #bfedab

Analogous Colors of #abbfed

#abbfed #b8abed #abe0ed

Monochromatic Colors of #abbfed

#abbfed

Complementary Color

#abbfed #edd9ab

#abbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfed Color CSS Codes

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

#abbfed Text Font Color

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

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


#abbfed Background Color

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

This div background color is #abbfed


#abbfed Border Color

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

This div border color is #abbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfed


Comments

No comments written yet.

Please login to write comment.