Color Hex Logo

#abfceb Color Hex

#ABFCEB
(171,252,235)
0 Favorites   0 Comments

Color spaces of #abfceb

RGB 171252235
HSL0.470.930.83
HSV167°32°99°
CMYK 0.320.000.07   0.01
XYZ66.600484.276991.3541
Yxy84.27690.27490.3479
Hunter Lab91.8025-31.15705.2613
CIE-Lab93.5706-28.18510.2812

#abfceb color RGB value is (171,252,235).

#abfceb hex color red value is 171, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abfceb hue: 0.47 , saturation: 0.93 and the lightness value of abfceb is 0.83.

The process color (four color CMYK) of #abfceb color hex is 0.32, 0.00, 0.07, 0.01. Web safe color of #abfceb is #99ffff. Color #abfceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11101011
Octal 253 374 353
Decimal 171 252 235
Hex AB FC EB

RGB Percentages of Color #abfceb

%25.99
%38.30
%35.71

CMYK Percentages of Color #abfceb

%32
%0
%7
%1

Triadic Colors of #abfceb

#abfceb #ebabfc #fcebab

Analogous Colors of #abfceb

#abfceb #abe5fc #abfcc3

Monochromatic Colors of #abfceb

#abfceb

Complementary Color

#abfceb #fcabbc

#abfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfceb Color CSS Codes

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

#abfceb Text Font Color

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

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


#abfceb Background Color

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

This div background color is #abfceb


#abfceb Border Color

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

This div border color is #abfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfceb


Comments

No comments written yet.

Please login to write comment.