Color Hex Logo

#abcdeb Color Hex

#ABCDEB
(171,205,235)
0 Favorites   0 Comments

Color spaces of #abcdeb

RGB 171205235
HSL0.580.620.80
HSV208°27°92°
CMYK 0.270.130.00   0.08
XYZ53.621358.318787.0278
Yxy58.31870.26950.2931
Hunter Lab76.3667-8.3069-14.1105
CIE-Lab80.9157-4.5944-18.5117

#abcdeb color RGB value is (171,205,235).

#abcdeb hex color red value is 171, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abcdeb hue: 0.58 , saturation: 0.62 and the lightness value of abcdeb is 0.80.

The process color (four color CMYK) of #abcdeb color hex is 0.27, 0.13, 0.00, 0.08. Web safe color of #abcdeb is #99ccff. Color #abcdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11101011
Octal 253 315 353
Decimal 171 205 235
Hex AB CD EB

RGB Percentages of Color #abcdeb

%27.99
%33.55
%38.46

CMYK Percentages of Color #abcdeb

%27
%13
%0
%8

Triadic Colors of #abcdeb

#abcdeb #ebabcd #cdebab

Analogous Colors of #abcdeb

#abcdeb #abadeb #abebe9

Monochromatic Colors of #abcdeb

#abcdeb

Complementary Color

#abcdeb #ebc9ab

#abcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdeb Color CSS Codes

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

#abcdeb Text Font Color

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

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


#abcdeb Background Color

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

This div background color is #abcdeb


#abcdeb Border Color

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

This div border color is #abcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdeb


Comments

No comments written yet.

Please login to write comment.