Color Hex Logo

#abbed1 Color Hex

#ABBED1
(171,190,209)
0 Favorites   0 Comments

Color spaces of #abbed1

RGB 171190209
HSL0.580.290.75
HSV210°18°82°
CMYK 0.180.090.00   0.18
XYZ46.716750.088367.5274
Yxy50.08830.28430.3048
Hunter Lab70.7731-6.0266-7.0298
CIE-Lab76.1234-2.4921-11.7237

#abbed1 color RGB value is (171,190,209).

#abbed1 hex color red value is 171, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abbed1 hue: 0.58 , saturation: 0.29 and the lightness value of abbed1 is 0.75.

The process color (four color CMYK) of #abbed1 color hex is 0.18, 0.09, 0.00, 0.18. Web safe color of #abbed1 is #99cccc. Color #abbed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11010001
Octal 253 276 321
Decimal 171 190 209
Hex AB BE D1

RGB Percentages of Color #abbed1

%30.00
%33.33
%36.67

CMYK Percentages of Color #abbed1

%18
%9
%0
%18

Triadic Colors of #abbed1

#abbed1 #d1abbe #bed1ab

Analogous Colors of #abbed1

#abbed1 #ababd1 #abd1d1

Monochromatic Colors of #abbed1

#abbed1

Complementary Color

#abbed1 #d1beab

#abbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbed1 Color CSS Codes

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

#abbed1 Text Font Color

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

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


#abbed1 Background Color

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

This div background color is #abbed1


#abbed1 Border Color

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

This div border color is #abbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbed1


Comments

No comments written yet.

Please login to write comment.