Color Hex Logo

#abbeed Color Hex

#ABBEED
(171,190,237)
0 Favorites   0 Comments

Color spaces of #abbeed

RGB 171190237
HSL0.620.650.80
HSV223°28°93°
CMYK 0.280.200.00   0.07
XYZ50.494151.599387.4191
Yxy51.59930.26640.2723
Hunter Lab71.8327-0.2322-21.8721
CIE-Lab77.04063.9153-25.4706

#abbeed color RGB value is (171,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11101101
Octal 253 276 355
Decimal 171 190 237
Hex AB BE ED

RGB Percentages of Color #abbeed

%28.60
%31.77
%39.63

CMYK Percentages of Color #abbeed

%28
%20
%0
%7

Triadic Colors of #abbeed

#abbeed #edabbe #beedab

Analogous Colors of #abbeed

#abbeed #b9abed #abdfed

Monochromatic Colors of #abbeed

#abbeed

Complementary Color

#abbeed #eddaab

#abbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeed Color CSS Codes

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

#abbeed Text Font Color

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

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


#abbeed Background Color

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

This div background color is #abbeed


#abbeed Border Color

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

This div border color is #abbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeed


Comments

No comments written yet.

Please login to write comment.