Color Hex Logo

#abedee Color Hex

#ABEDEE
(171,237,238)
0 Favorites   0 Comments

Color spaces of #abedee

RGB 171237238
HSL0.500.660.80
HSV181°28°93°
CMYK 0.280.000.00   0.07
XYZ62.511475.399392.1477
Yxy75.39930.27170.3277
Hunter Lab86.8328-23.4542-2.1361
CIE-Lab89.5797-20.2642-7.1444

#abedee color RGB value is (171,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11101110
Octal 253 355 356
Decimal 171 237 238
Hex AB ED EE

RGB Percentages of Color #abedee

%26.47
%36.69
%36.84

CMYK Percentages of Color #abedee

%28
%0
%0
%7

Triadic Colors of #abedee

#abedee #eeabed #edeeab

Analogous Colors of #abedee

#abedee #abccee #abeece

Monochromatic Colors of #abedee

#abedee

Complementary Color

#abedee #eeacab

#abedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedee Color CSS Codes

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

#abedee Text Font Color

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

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


#abedee Background Color

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

This div background color is #abedee


#abedee Border Color

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

This div border color is #abedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedee


Comments

No comments written yet.

Please login to write comment.