color codes Logo

#abd0ed color codes

#ABD0ED
(171,208,237)
0 Favorites   0 Comments

Color spaces of #abd0ed

RGB 171208237
HSL0.570.650.80
HSV206°28°93°
CMYK 0.280.120.00   0.07
XYZ54.636559.884188.7999
Yxy59.88410.26870.2945
Hunter Lab77.3848-9.3959-13.8665
CIE-Lab81.7752-5.7081-18.2812

#abd0ed color RGB value is (171,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 11101101
Octal 253 320 355
Decimal 171 208 237
Hex AB D0 ED

RGB Percentages of Color #abd0ed

%27.76
%33.77
%38.47

CMYK Percentages of Color #abd0ed

%28
%12
%0
%7

Triadic Colors of #abd0ed

#abd0ed #edabd0 #d0edab

Analogous Colors of #abd0ed

#abd0ed #abafed #abede9

Monochromatic Colors of #abd0ed

#abd0ed

Complementary Color

#abd0ed #edc8ab

#abd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd0ed Color CSS Codes

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

#abd0ed Text Font Color

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

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


#abd0ed Background Color

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

This div background color is #abd0ed


#abd0ed Border Color

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

This div border color is #abd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd0ed


Comments

No comments written yet.

Please login to write comment.