Color Hex Logo

#abbede Color Hex

#ABBEDE
(171,190,222)
0 Favorites   0 Comments

Color spaces of #abbede

RGB 171190222
HSL0.600.440.77
HSV218°23°87°
CMYK 0.230.140.00   0.13
XYZ48.392950.758876.3541
Yxy50.75880.27570.2892
Hunter Lab71.2452-3.4340-13.6700
CIE-Lab76.53270.4079-18.1473

#abbede color RGB value is (171,190,222).

#abbede hex color red value is 171, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abbede hue: 0.60 , saturation: 0.44 and the lightness value of abbede is 0.77.

The process color (four color CMYK) of #abbede color hex is 0.23, 0.14, 0.00, 0.13. Web safe color of #abbede is #99cccc. Color #abbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11011110
Octal 253 276 336
Decimal 171 190 222
Hex AB BE DE

RGB Percentages of Color #abbede

%29.33
%32.59
%38.08

CMYK Percentages of Color #abbede

%23
%14
%0
%13

Triadic Colors of #abbede

#abbede #deabbe #bedeab

Analogous Colors of #abbede

#abbede #b2abde #abd8de

Monochromatic Colors of #abbede

#abbede

Complementary Color

#abbede #decbab

#abbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbede Color CSS Codes

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

#abbede Text Font Color

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

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


#abbede Background Color

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

This div background color is #abbede


#abbede Border Color

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

This div border color is #abbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbede


Comments

No comments written yet.

Please login to write comment.