Color Hex Logo

#abbeca Color Hex

#ABBECA
(171,190,202)
0 Favorites   0 Comments

Color spaces of #abbeca

RGB 171190202
HSL0.560.230.73
HSV203°15°79°
CMYK 0.150.060.00   0.21
XYZ45.868749.749163.0621
Yxy49.74910.28910.3135
Hunter Lab70.5330-7.3516-3.6368
CIE-Lab75.9150-3.9958-8.2376

#abbeca color RGB value is (171,190,202).

#abbeca hex color red value is 171, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abbeca hue: 0.56 , saturation: 0.23 and the lightness value of abbeca is 0.73.

The process color (four color CMYK) of #abbeca color hex is 0.15, 0.06, 0.00, 0.21. Web safe color of #abbeca is #99cccc. Color #abbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11001010
Octal 253 276 312
Decimal 171 190 202
Hex AB BE CA

RGB Percentages of Color #abbeca

%30.37
%33.75
%35.88

CMYK Percentages of Color #abbeca

%15
%6
%0
%21

Triadic Colors of #abbeca

#abbeca #caabbe #becaab

Analogous Colors of #abbeca

#abbeca #abafca #abcac7

Monochromatic Colors of #abbeca

#abbeca

Complementary Color

#abbeca #cab7ab

#abbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeca Color CSS Codes

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

#abbeca Text Font Color

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

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


#abbeca Background Color

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

This div background color is #abbeca


#abbeca Border Color

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

This div border color is #abbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeca


Comments

No comments written yet.

Please login to write comment.