Color Hex Logo

#abeccf Color Hex

#ABECCF
(171,236,207)
0 Favorites   0 Comments

Color spaces of #abeccf

RGB 171236207
HSL0.430.630.80
HSV153°28°93°
CMYK 0.280.000.12   0.07
XYZ58.052573.153870.0919
Yxy73.15380.28840.3634
Hunter Lab85.5300-28.522711.2828
CIE-Lab88.5210-26.29547.5192

#abeccf color RGB value is (171,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11001111
Octal 253 354 317
Decimal 171 236 207
Hex AB EC CF

RGB Percentages of Color #abeccf

%27.85
%38.44
%33.71

CMYK Percentages of Color #abeccf

%28
%0
%12
%7

Triadic Colors of #abeccf

#abeccf #cfabec #eccfab

Analogous Colors of #abeccf

#abeccf #abe9ec #abecaf

Monochromatic Colors of #abeccf

#abeccf

Complementary Color

#abeccf #ecabc8

#abeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeccf Color CSS Codes

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

#abeccf Text Font Color

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

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


#abeccf Background Color

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

This div background color is #abeccf


#abeccf Border Color

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

This div border color is #abeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeccf


Comments

No comments written yet.

Please login to write comment.