Color Hex Logo

#abecd6 Color Hex

#ABECD6
(171,236,214)
0 Favorites   0 Comments

Color spaces of #abecd6

RGB 171236214
HSL0.440.630.80
HSV160°28°93°
CMYK 0.280.000.09   0.07
XYZ58.927673.503974.7002
Yxy73.50390.28450.3549
Hunter Lab85.7344-27.34738.3548
CIE-Lab88.6875-24.89194.1016

#abecd6 color RGB value is (171,236,214).

#abecd6 hex color red value is 171, green value is 236 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #abecd6 hue: 0.44 , saturation: 0.63 and the lightness value of abecd6 is 0.80.

The process color (four color CMYK) of #abecd6 color hex is 0.28, 0.00, 0.09, 0.07. Web safe color of #abecd6 is #99ffcc. Color #abecd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11010110
Octal 253 354 326
Decimal 171 236 214
Hex AB EC D6

RGB Percentages of Color #abecd6

%27.54
%38.00
%34.46

CMYK Percentages of Color #abecd6

%28
%0
%9
%7

Triadic Colors of #abecd6

#abecd6 #d6abec #ecd6ab

Analogous Colors of #abecd6

#abecd6 #abe2ec #abecb6

Monochromatic Colors of #abecd6

#abecd6

Complementary Color

#abecd6 #ecabc1

#abecd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecd6 Color CSS Codes

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

#abecd6 Text Font Color

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

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


#abecd6 Background Color

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

This div background color is #abecd6


#abecd6 Border Color

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

This div border color is #abecd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecd6


Comments

No comments written yet.

Please login to write comment.