Color Hex Logo

#abdfea Color Hex

#ABDFEA
(171,223,234)
0 Favorites   0 Comments

Color spaces of #abdfea

RGB 171223234
HSL0.530.600.79
HSV190°27°92°
CMYK 0.270.050.00   0.08
XYZ58.033567.373887.7877
Yxy67.37380.27220.3160
Hunter Lab82.0815-17.4392-5.9546
CIE-Lab85.6924-14.1492-10.8147

#abdfea color RGB value is (171,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11101010
Octal 253 337 352
Decimal 171 223 234
Hex AB DF EA

RGB Percentages of Color #abdfea

%27.23
%35.51
%37.26

CMYK Percentages of Color #abdfea

%27
%5
%0
%8

Triadic Colors of #abdfea

#abdfea #eaabdf #dfeaab

Analogous Colors of #abdfea

#abdfea #abc0ea #abead6

Monochromatic Colors of #abdfea

#abdfea

Complementary Color

#abdfea #eab6ab

#abdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfea Color CSS Codes

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

#abdfea Text Font Color

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

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


#abdfea Background Color

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

This div background color is #abdfea


#abdfea Border Color

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

This div border color is #abdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfea


Comments

No comments written yet.

Please login to write comment.