Color Hex Logo

#abbedd Color Hex

#ABBEDD
(171,190,221)
0 Favorites   0 Comments

Color spaces of #abbedd

RGB 171190221
HSL0.600.420.77
HSV217°23°87°
CMYK 0.230.140.00   0.13
XYZ48.259250.705375.6502
Yxy50.70530.27640.2904
Hunter Lab71.2077-3.6395-13.1437
CIE-Lab76.50020.1801-17.6556

#abbedd color RGB value is (171,190,221).

#abbedd hex color red value is 171, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abbedd hue: 0.60 , saturation: 0.42 and the lightness value of abbedd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11011101
Octal 253 276 335
Decimal 171 190 221
Hex AB BE DD

RGB Percentages of Color #abbedd

%29.38
%32.65
%37.97

CMYK Percentages of Color #abbedd

%23
%14
%0
%13

Triadic Colors of #abbedd

#abbedd #ddabbe #beddab

Analogous Colors of #abbedd

#abbedd #b1abdd #abd7dd

Monochromatic Colors of #abbedd

#abbedd

Complementary Color

#abbedd #ddcaab

#abbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbedd Color CSS Codes

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

#abbedd Text Font Color

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

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


#abbedd Background Color

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

This div background color is #abbedd


#abbedd Border Color

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

This div border color is #abbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbedd


Comments

No comments written yet.

Please login to write comment.