Color Hex Logo

#abdeef Color Hex

#ABDEEF
(171,222,239)
0 Favorites   0 Comments

Color spaces of #abdeef

RGB 171222239
HSL0.540.680.80
HSV195°28°94°
CMYK 0.280.070.00   0.06
XYZ58.495967.132591.5362
Yxy67.13250.26940.3091
Hunter Lab81.9344-15.9477-8.8840
CIE-Lab85.5708-12.5017-13.6369

#abdeef color RGB value is (171,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101111
Octal 253 336 357
Decimal 171 222 239
Hex AB DE EF

RGB Percentages of Color #abdeef

%27.06
%35.13
%37.82

CMYK Percentages of Color #abdeef

%28
%7
%0
%6

Triadic Colors of #abdeef

#abdeef #efabde #deefab

Analogous Colors of #abdeef

#abdeef #abbcef #abefde

Monochromatic Colors of #abdeef

#abdeef

Complementary Color

#abdeef #efbcab

#abdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeef Color CSS Codes

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

#abdeef Text Font Color

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

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


#abdeef Background Color

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

This div background color is #abdeef


#abdeef Border Color

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

This div border color is #abdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeef


Comments

No comments written yet.

Please login to write comment.