Color Hex Logo

#abbed3 Color Hex

#ABBED3
(171,190,211)
0 Favorites   0 Comments

Color spaces of #abbed3

RGB 171190211
HSL0.590.310.75
HSV212°19°83°
CMYK 0.190.100.00   0.17
XYZ46.965950.188068.8399
Yxy50.18800.28290.3023
Hunter Lab70.8435-5.6390-8.0227
CIE-Lab76.1845-2.0550-12.7163

#abbed3 color RGB value is (171,190,211).

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

The process color (four color CMYK) of #abbed3 color hex is 0.19, 0.10, 0.00, 0.17. Web safe color of #abbed3 is #99cccc. Color #abbed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11010011
Octal 253 276 323
Decimal 171 190 211
Hex AB BE D3

RGB Percentages of Color #abbed3

%29.90
%33.22
%36.89

CMYK Percentages of Color #abbed3

%19
%10
%0
%17

Triadic Colors of #abbed3

#abbed3 #d3abbe #bed3ab

Analogous Colors of #abbed3

#abbed3 #acabd3 #abd2d3

Monochromatic Colors of #abbed3

#abbed3

Complementary Color

#abbed3 #d3c0ab

#abbed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbed3 Color CSS Codes

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

#abbed3 Text Font Color

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

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


#abbed3 Background Color

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

This div background color is #abbed3


#abbed3 Border Color

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

This div border color is #abbed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbed3


Comments

No comments written yet.

Please login to write comment.