Color Hex Logo

#abdaef Color Hex

#ABDAEF
(171,218,239)
0 Favorites   0 Comments

Color spaces of #abdaef

RGB 171218239
HSL0.550.680.80
HSV199°28°94°
CMYK 0.280.090.00   0.06
XYZ57.446065.032791.1862
Yxy65.03270.26890.3044
Hunter Lab80.6429-13.9704-10.5916
CIE-Lab84.5006-10.4485-15.2412

#abdaef color RGB value is (171,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101111
Octal 253 332 357
Decimal 171 218 239
Hex AB DA EF

RGB Percentages of Color #abdaef

%27.23
%34.71
%38.06

CMYK Percentages of Color #abdaef

%28
%9
%0
%6

Triadic Colors of #abdaef

#abdaef #efabda #daefab

Analogous Colors of #abdaef

#abdaef #abb8ef #abefe2

Monochromatic Colors of #abdaef

#abdaef

Complementary Color

#abdaef #efc0ab

#abdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaef Color CSS Codes

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

#abdaef Text Font Color

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

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


#abdaef Background Color

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

This div background color is #abdaef


#abdaef Border Color

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

This div border color is #abdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaef


Comments

No comments written yet.

Please login to write comment.