Color Hex Logo

#abdded Color Hex

#ABDDED
(171,221,237)
0 Favorites   0 Comments

Color spaces of #abdded

RGB 171221237
HSL0.540.650.80
HSV195°28°93°
CMYK 0.280.070.00   0.07
XYZ57.937166.485389.9001
Yxy66.48530.27030.3102
Hunter Lab81.5385-15.8594-8.2931
CIE-Lab85.2434-12.4488-13.0701

#abdded color RGB value is (171,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11101101
Octal 253 335 355
Decimal 171 221 237
Hex AB DD ED

RGB Percentages of Color #abdded

%27.19
%35.14
%37.68

CMYK Percentages of Color #abdded

%28
%7
%0
%7

Triadic Colors of #abdded

#abdded #edabdd #ddedab

Analogous Colors of #abdded

#abdded #abbced #abeddc

Monochromatic Colors of #abdded

#abdded

Complementary Color

#abdded #edbbab

#abdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdded Color CSS Codes

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

#abdded Text Font Color

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

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


#abdded Background Color

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

This div background color is #abdded


#abdded Border Color

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

This div border color is #abdded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,221,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 #abdded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdded


Comments

No comments written yet.

Please login to write comment.