Color Hex Logo

#abecbf Color Hex

#ABECBF
(171,236,191)
0 Favorites   0 Comments

Color spaces of #abecbf

RGB 171236191
HSL0.380.630.80
HSV138°28°93°
CMYK 0.280.000.19   0.07
XYZ56.194072.410460.3051
Yxy72.41040.29750.3833
Hunter Lab85.0943-31.038417.5480
CIE-Lab88.1658-29.340415.3502

#abecbf color RGB value is (171,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10111111
Octal 253 354 277
Decimal 171 236 191
Hex AB EC BF

RGB Percentages of Color #abecbf

%28.60
%39.46
%31.94

CMYK Percentages of Color #abecbf

%28
%0
%19
%7

Triadic Colors of #abecbf

#abecbf #bfabec #ecbfab

Analogous Colors of #abecbf

#abecbf #abece0 #b8ecab

Monochromatic Colors of #abecbf

#abecbf

Complementary Color

#abecbf #ecabd8

#abecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecbf Color CSS Codes

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

#abecbf Text Font Color

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

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


#abecbf Background Color

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

This div background color is #abecbf


#abecbf Border Color

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

This div border color is #abecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecbf


Comments

No comments written yet.

Please login to write comment.