Color Hex Logo

#abddef Color Hex

#ABDDEF
(171,221,239)
0 Favorites   0 Comments

Color spaces of #abddef

RGB 171221239
HSL0.540.680.80
HSV196°28°94°
CMYK 0.280.080.00   0.06
XYZ58.231066.602891.4479
Yxy66.60280.26920.3079
Hunter Lab81.6105-15.4546-9.3095
CIE-Lab85.3030-11.9901-14.0380

#abddef color RGB value is (171,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11101111
Octal 253 335 357
Decimal 171 221 239
Hex AB DD EF

RGB Percentages of Color #abddef

%27.10
%35.02
%37.88

CMYK Percentages of Color #abddef

%28
%8
%0
%6

Triadic Colors of #abddef

#abddef #efabdd #ddefab

Analogous Colors of #abddef

#abddef #abbbef #abefdf

Monochromatic Colors of #abddef

#abddef

Complementary Color

#abddef #efbdab

#abddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddef Color CSS Codes

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

#abddef Text Font Color

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

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


#abddef Background Color

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

This div background color is #abddef


#abddef Border Color

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

This div border color is #abddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,221,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 #abddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddef


Comments

No comments written yet.

Please login to write comment.