Color Hex Logo

#abdbef Color Hex

#ABDBEF
(171,219,239)
0 Favorites   0 Comments

Color spaces of #abdbef

RGB 171219239
HSL0.550.680.80
HSV198°28°94°
CMYK 0.280.080.00   0.06
XYZ57.706165.553091.2729
Yxy65.55300.26900.3056
Hunter Lab80.9648-14.4660-10.1632
CIE-Lab84.7679-10.9636-14.8401

#abdbef color RGB value is (171,219,239).

#abdbef hex color red value is 171, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abdbef hue: 0.55 , saturation: 0.68 and the lightness value of abdbef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11101111
Octal 253 333 357
Decimal 171 219 239
Hex AB DB EF

RGB Percentages of Color #abdbef

%27.19
%34.82
%38.00

CMYK Percentages of Color #abdbef

%28
%8
%0
%6

Triadic Colors of #abdbef

#abdbef #efabdb #dbefab

Analogous Colors of #abdbef

#abdbef #abb9ef #abefe1

Monochromatic Colors of #abdbef

#abdbef

Complementary Color

#abdbef #efbfab

#abdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbef Color CSS Codes

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

#abdbef Text Font Color

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

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


#abdbef Background Color

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

This div background color is #abdbef


#abdbef Border Color

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

This div border color is #abdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbef


Comments

No comments written yet.

Please login to write comment.