Color Hex Logo

#abdade Color Hex

#ABDADE
(171,218,222)
0 Favorites   0 Comments

Color spaces of #abdade

RGB 171218222
HSL0.510.440.77
HSV185°23°87°
CMYK 0.230.020.00   0.13
XYZ55.050864.074778.5734
Yxy64.07470.27850.3241
Hunter Lab80.0467-17.3212-2.1661
CIE-Lab84.0046-14.2698-6.9697

#abdade color RGB value is (171,218,222).

#abdade hex color red value is 171, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abdade hue: 0.51 , saturation: 0.44 and the lightness value of abdade is 0.77.

The process color (four color CMYK) of #abdade color hex is 0.23, 0.02, 0.00, 0.13. Web safe color of #abdade is #99cccc. Color #abdade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11011110
Octal 253 332 336
Decimal 171 218 222
Hex AB DA DE

RGB Percentages of Color #abdade

%27.99
%35.68
%36.33

CMYK Percentages of Color #abdade

%23
%2
%0
%13

Triadic Colors of #abdade

#abdade #deabda #dadeab

Analogous Colors of #abdade

#abdade #abc1de #abdec9

Monochromatic Colors of #abdade

#abdade

Complementary Color

#abdade #deafab

#abdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdade Color CSS Codes

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

#abdade Text Font Color

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

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


#abdade Background Color

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

This div background color is #abdade


#abdade Border Color

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

This div border color is #abdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdade


Comments

No comments written yet.

Please login to write comment.