Color Hex Logo

#abeecf Color Hex

#ABEECF
(171,238,207)
0 Favorites   0 Comments

Color spaces of #abeecf

RGB 171238207
HSL0.420.660.80
HSV152°28°93°
CMYK 0.280.000.13   0.07
XYZ58.631674.312070.2849
Yxy74.31200.28850.3657
Hunter Lab86.2044-29.451612.0023
CIE-Lab89.0697-27.25468.3069

#abeecf color RGB value is (171,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11001111
Octal 253 356 317
Decimal 171 238 207
Hex AB EE CF

RGB Percentages of Color #abeecf

%27.76
%38.64
%33.60

CMYK Percentages of Color #abeecf

%28
%0
%13
%7

Triadic Colors of #abeecf

#abeecf #cfabee #eecfab

Analogous Colors of #abeecf

#abeecf #abecee #abeeae

Monochromatic Colors of #abeecf

#abeecf

Complementary Color

#abeecf #eeabca

#abeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeecf Color CSS Codes

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

#abeecf Text Font Color

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

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


#abeecf Background Color

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

This div background color is #abeecf


#abeecf Border Color

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

This div border color is #abeecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,238,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 #abeecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeecf


Comments

No comments written yet.

Please login to write comment.