Color Hex Logo

#abdcea Color Hex

#ABDCEA
(171,220,234)
0 Favorites   0 Comments

Color spaces of #abdcea

RGB 171220234
HSL0.540.600.79
HSV193°27°92°
CMYK 0.270.060.00   0.08
XYZ57.239165.784887.5228
Yxy65.78480.27190.3124
Hunter Lab81.1078-15.9684-7.2039
CIE-Lab84.8865-12.6202-12.0166

#abdcea color RGB value is (171,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11101010
Octal 253 334 352
Decimal 171 220 234
Hex AB DC EA

RGB Percentages of Color #abdcea

%27.36
%35.20
%37.44

CMYK Percentages of Color #abdcea

%27
%6
%0
%8

Triadic Colors of #abdcea

#abdcea #eaabdc #dceaab

Analogous Colors of #abdcea

#abdcea #abbdea #abead9

Monochromatic Colors of #abdcea

#abdcea

Complementary Color

#abdcea #eab9ab

#abdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcea Color CSS Codes

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

#abdcea Text Font Color

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

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


#abdcea Background Color

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

This div background color is #abdcea


#abdcea Border Color

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

This div border color is #abdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcea


Comments

No comments written yet.

Please login to write comment.