Color Hex Logo

#abdbea Color Hex

#ABDBEA
(171,219,234)
0 Favorites   0 Comments

Color spaces of #abdbea

RGB 171219234
HSL0.540.600.79
HSV194°27°92°
CMYK 0.270.060.00   0.08
XYZ56.977465.261587.4356
Yxy65.26150.27170.3113
Hunter Lab80.7846-15.4769-7.6221
CIE-Lab84.6183-12.1085-12.4173

#abdbea color RGB value is (171,219,234).

#abdbea hex color red value is 171, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abdbea hue: 0.54 , saturation: 0.60 and the lightness value of abdbea is 0.79.

The process color (four color CMYK) of #abdbea color hex is 0.27, 0.06, 0.00, 0.08. Web safe color of #abdbea is #99ccff. Color #abdbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11101010
Octal 253 333 352
Decimal 171 219 234
Hex AB DB EA

RGB Percentages of Color #abdbea

%27.40
%35.10
%37.50

CMYK Percentages of Color #abdbea

%27
%6
%0
%8

Triadic Colors of #abdbea

#abdbea #eaabdb #dbeaab

Analogous Colors of #abdbea

#abdbea #abbcea #abeada

Monochromatic Colors of #abdbea

#abdbea

Complementary Color

#abdbea #eabaab

#abdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbea Color CSS Codes

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

#abdbea Text Font Color

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

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


#abdbea Background Color

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

This div background color is #abdbea


#abdbea Border Color

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

This div border color is #abdbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbea


Comments

No comments written yet.

Please login to write comment.