Color Hex Logo

#abcaeb Color Hex

#ABCAEB
(171,202,235)
0 Favorites   0 Comments

Color spaces of #abcaeb

RGB 171202235
HSL0.590.620.80
HSV211°27°92°
CMYK 0.270.140.00   0.08
XYZ52.910556.897186.7908
Yxy56.89710.26910.2894
Hunter Lab75.4302-6.7939-15.4186
CIE-Lab80.1217-3.0058-19.7120

#abcaeb color RGB value is (171,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11101011
Octal 253 312 353
Decimal 171 202 235
Hex AB CA EB

RGB Percentages of Color #abcaeb

%28.13
%33.22
%38.65

CMYK Percentages of Color #abcaeb

%27
%14
%0
%8

Triadic Colors of #abcaeb

#abcaeb #ebabca #caebab

Analogous Colors of #abcaeb

#abcaeb #acabeb #abeaeb

Monochromatic Colors of #abcaeb

#abcaeb

Complementary Color

#abcaeb #ebccab

#abcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaeb Color CSS Codes

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

#abcaeb Text Font Color

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

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


#abcaeb Background Color

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

This div background color is #abcaeb


#abcaeb Border Color

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

This div border color is #abcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaeb


Comments

No comments written yet.

Please login to write comment.