Color Hex Logo

#abdeeb Color Hex

#ABDEEB
(171,222,235)
0 Favorites   0 Comments

Color spaces of #abdeeb

RGB 171222235
HSL0.530.620.80
HSV192°27°92°
CMYK 0.270.060.00   0.08
XYZ57.911366.898688.4577
Yxy66.89860.27150.3137
Hunter Lab81.7916-16.7510-6.8681
CIE-Lab85.4527-13.4142-11.7002

#abdeeb color RGB value is (171,222,235).

#abdeeb hex color red value is 171, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abdeeb hue: 0.53 , saturation: 0.62 and the lightness value of abdeeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101011
Octal 253 336 353
Decimal 171 222 235
Hex AB DE EB

RGB Percentages of Color #abdeeb

%27.23
%35.35
%37.42

CMYK Percentages of Color #abdeeb

%27
%6
%0
%8

Triadic Colors of #abdeeb

#abdeeb #ebabde #deebab

Analogous Colors of #abdeeb

#abdeeb #abbeeb #abebd8

Monochromatic Colors of #abdeeb

#abdeeb

Complementary Color

#abdeeb #ebb8ab

#abdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeeb Color CSS Codes

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

#abdeeb Text Font Color

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

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


#abdeeb Background Color

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

This div background color is #abdeeb


#abdeeb Border Color

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

This div border color is #abdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeeb


Comments

No comments written yet.

Please login to write comment.