Color Hex Logo

#abdaea Color Hex

#ABDAEA
(171,218,234)
0 Favorites   0 Comments

Color spaces of #abdaea

RGB 171218234
HSL0.540.600.79
HSV195°27°92°
CMYK 0.270.070.00   0.08
XYZ56.717364.741287.3489
Yxy64.74120.27160.3101
Hunter Lab80.4619-14.9844-8.0415
CIE-Lab84.3502-11.5954-12.8181

#abdaea color RGB value is (171,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101010
Octal 253 332 352
Decimal 171 218 234
Hex AB DA EA

RGB Percentages of Color #abdaea

%27.45
%34.99
%37.56

CMYK Percentages of Color #abdaea

%27
%7
%0
%8

Triadic Colors of #abdaea

#abdaea #eaabda #daeaab

Analogous Colors of #abdaea

#abdaea #abbbea #abeadb

Monochromatic Colors of #abdaea

#abdaea

Complementary Color

#abdaea #eabbab

#abdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaea Color CSS Codes

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

#abdaea Text Font Color

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

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


#abdaea Background Color

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

This div background color is #abdaea


#abdaea Border Color

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

This div border color is #abdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaea


Comments

No comments written yet.

Please login to write comment.