Color Hex Logo

#abecd1 Color Hex

#ABECD1
(171,236,209)
0 Favorites   0 Comments

Color spaces of #abecd1

RGB 171236209
HSL0.430.630.80
HSV155°28°93°
CMYK 0.280.000.11   0.07
XYZ58.298773.252371.3880
Yxy73.25230.28730.3610
Hunter Lab85.5876-28.191410.4579
CIE-Lab88.5679-25.89866.5421

#abecd1 color RGB value is (171,236,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11010001
Octal 253 354 321
Decimal 171 236 209
Hex AB EC D1

RGB Percentages of Color #abecd1

%27.76
%38.31
%33.93

CMYK Percentages of Color #abecd1

%28
%0
%11
%7

Triadic Colors of #abecd1

#abecd1 #d1abec #ecd1ab

Analogous Colors of #abecd1

#abecd1 #abe7ec #abecb1

Monochromatic Colors of #abecd1

#abecd1

Complementary Color

#abecd1 #ecabc6

#abecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecd1 Color CSS Codes

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

#abecd1 Text Font Color

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

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


#abecd1 Background Color

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

This div background color is #abecd1


#abecd1 Border Color

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

This div border color is #abecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecd1


Comments

No comments written yet.

Please login to write comment.