Color Hex Logo

#abdaec Color Hex

#ABDAEC
(171,218,236)
0 Favorites   0 Comments

Color spaces of #abdaec

RGB 171218236
HSL0.550.630.80
HSV197°28°93°
CMYK 0.280.080.00   0.07
XYZ57.006364.856988.8710
Yxy64.85690.27050.3078
Hunter Lab80.5338-14.5819-9.0543
CIE-Lab84.4099-11.1391-13.7883

#abdaec color RGB value is (171,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101100
Octal 253 332 354
Decimal 171 218 236
Hex AB DA EC

RGB Percentages of Color #abdaec

%27.36
%34.88
%37.76

CMYK Percentages of Color #abdaec

%28
%8
%0
%7

Triadic Colors of #abdaec

#abdaec #ecabda #daecab

Analogous Colors of #abdaec

#abdaec #abbaec #abecde

Monochromatic Colors of #abdaec

#abdaec

Complementary Color

#abdaec #ecbdab

#abdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaec Color CSS Codes

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

#abdaec Text Font Color

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

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


#abdaec Background Color

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

This div background color is #abdaec


#abdaec Border Color

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

This div border color is #abdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaec


Comments

No comments written yet.

Please login to write comment.