Color Hex Logo

#abecbd Color Hex

#ABECBD
(171,236,189)
0 Favorites   0 Comments

Color spaces of #abecbd

RGB 171236189
HSL0.380.630.80
HSV137°28°93°
CMYK 0.280.000.20   0.07
XYZ55.975372.323059.1536
Yxy72.32300.29860.3858
Hunter Lab85.0429-31.336318.2895
CIE-Lab88.1238-29.704816.3300

#abecbd color RGB value is (171,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10111101
Octal 253 354 275
Decimal 171 236 189
Hex AB EC BD

RGB Percentages of Color #abecbd

%28.69
%39.60
%31.71

CMYK Percentages of Color #abecbd

%28
%0
%20
%7

Triadic Colors of #abecbd

#abecbd #bdabec #ecbdab

Analogous Colors of #abecbd

#abecbd #abecde #baecab

Monochromatic Colors of #abecbd

#abecbd

Complementary Color

#abecbd #ecabda

#abecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecbd Color CSS Codes

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

#abecbd Text Font Color

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

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


#abecbd Background Color

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

This div background color is #abecbd


#abecbd Border Color

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

This div border color is #abecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecbd


Comments

No comments written yet.

Please login to write comment.