Color Hex Logo

#abdfed Color Hex

#ABDFED
(171,223,237)
0 Favorites   0 Comments

Color spaces of #abdfed

RGB 171223237
HSL0.540.650.80
HSV193°28°93°
CMYK 0.280.060.00   0.07
XYZ58.468367.547790.0772
Yxy67.54770.27060.3126
Hunter Lab82.1874-16.8427-7.4505
CIE-Lab85.7798-13.4693-12.2683

#abdfed color RGB value is (171,223,237).

#abdfed hex color red value is 171, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abdfed hue: 0.54 , saturation: 0.65 and the lightness value of abdfed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11101101
Octal 253 337 355
Decimal 171 223 237
Hex AB DF ED

RGB Percentages of Color #abdfed

%27.10
%35.34
%37.56

CMYK Percentages of Color #abdfed

%28
%6
%0
%7

Triadic Colors of #abdfed

#abdfed #edabdf #dfedab

Analogous Colors of #abdfed

#abdfed #abbeed #abedda

Monochromatic Colors of #abdfed

#abdfed

Complementary Color

#abdfed #edb9ab

#abdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfed Color CSS Codes

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

#abdfed Text Font Color

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

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


#abdfed Background Color

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

This div background color is #abdfed


#abdfed Border Color

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

This div border color is #abdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfed


Comments

No comments written yet.

Please login to write comment.